Html Css Color HEX #EFCB40 Festival

📋 copy color: '#EFCB40'

red 239 ◦ green 203 ◦ blue 64

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

Shades of Festival #EFCB40

Tints of Festival #EFCB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 47.23%
G = 40.12%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFCB40 (or 0xEFCB40) is known color: Festival. HEX triplet: EF, CB and 40. RGB value is (239,203,64). Sum of RGB (Red+Green+Blue) = 239+203+64=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB40 is #1034BF. Grayscale: #C6C6C6. Windows color (decimal): -1062080 or 4246511. OLE color: 4246511.

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

Color convert

RGB 239 203 64 -
CMYK 0 0.15 0.73 0.06
HSL 47.66º 0.85% 0.59% -
HSV(B) 47.66º 0.73% 0.94% -
XYZ 57.88 61.43 13.66 -
YUV 197.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 239 203 64 0 0.15 0.73 0.06 47.66 0.85 0.59
Hex EF CB 40 0 F 49 6 30 55 3B
Octal 357 313 100 0 17 111 6 60 125 73
Binary 11101111 11001011 1000000 0 1111 1001001 110 110000 1010101 111011

Color Harmonies of #EFCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB40

Black with #EFCB40

Text Example


Text Example

White with #EFCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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