Html Css Color HEX #EFCB52 Festival

📋 copy color: '#EFCB52'

red 239 ◦ green 203 ◦ blue 82

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

Shades of Festival #EFCB52

Tints of Festival #EFCB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 45.61%
G = 38.74%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFCB52 (or 0xEFCB52) is known color: Festival. HEX triplet: EF, CB and 52. RGB value is (239,203,82). Sum of RGB (Red+Green+Blue) = 239+203+82=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB52 is #1034AD. Grayscale: #C8C8C8. Windows color (decimal): -1062062 or 5426159. OLE color: 5426159.

HSL color Cylindrical-coordinate representation of color #EFCB52: hue angle of 46.24º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCB52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 82 -
CMYK 0 0.15 0.66 0.06
HSL 46.24º 0.83% 0.63% -
HSV(B) 46.24º 0.66% 0.94% -
XYZ 58.48 61.67 16.8 -
YUV 199.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 239 203 82 0 0.15 0.66 0.06 46.24 0.83 0.63
Hex EF CB 52 0 F 42 6 2E 53 3F
Octal 357 313 122 0 17 102 6 56 123 77
Binary 11101111 11001011 1010010 0 1111 1000010 110 101110 1010011 111111

Color Harmonies of #EFCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB52

Black with #EFCB52

Text Example


Text Example

White with #EFCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB52; }

 p { color: rgb(239,203,82); }

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

background-color css

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

 a { background-color: rgb(239,203,82); }

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

border-color css

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

 span { border-color: rgb(239,203,82); }

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