Html Css Color HEX #EFD54D Portica

📋 copy color: '#EFD54D'

red 239 ◦ green 213 ◦ blue 77

#EFD54D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EFD54D

Tints of Portica #EFD54D

RGB

 RED value IS 239 (93.75% from 255) = 45.18%

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 77 (30.47% from 255) = 14.56%

R = 45.18%
G = 40.26%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD54D (or 0xEFD54D) is known color: Portica. HEX triplet: EF, D5 and 4D. RGB value is (239,213,77). Sum of RGB (Red+Green+Blue) = 239+213+77=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD54D is #102AB2. Grayscale: #CDCDCD. Windows color (decimal): -1059507 or 5101039. OLE color: 5101039.

HSL color Cylindrical-coordinate representation of color #EFD54D: hue angle of 50.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFD54D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 77 -
CMYK 0 0.11 0.68 0.06
HSL 50.37º 0.84% 0.62% -
HSV(B) 50.37º 0.68% 0.94% -
XYZ 60.73 66.48 16.65 -
YUV 205.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 239 213 77 0 0.11 0.68 0.06 50.37 0.84 0.62
Hex EF D5 4D 0 B 44 6 32 54 3E
Octal 357 325 115 0 13 104 6 62 124 76
Binary 11101111 11010101 1001101 0 1011 1000100 110 110010 1010100 111110

Color Harmonies of #EFD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD54D

Black with #EFD54D

Text Example


Text Example

White with #EFD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD54D; }

 p { color: rgb(239,213,77); }

 H1.HeaderClassName
 {
   color: #EFD54D;
 }
 .AnyTagClassName
 {
   color: #EFD54D;
 }
</style>

background-color css

<style>
 a { background-color: #EFD54D; }

 a { background-color: rgb(239,213,77); }

 div.DivClassName
 {
   background-color: #EFD54D;
 }
 .BgClassName
 {
   background-color: #EFD54D;
 }
</style>

border-color css

<style>
 span { border-color: #EFD54D; }

 span { border-color: rgb(239,213,77); }

 td.TdClassName
 {
   border-color: #EFD54D;
 }
 .TagClassName
 {
   border-color: #EFD54D;
 }
</style>