Html Css Color HEX #EFCB45 Festival

📋 copy color: '#EFCB45'

red 239 ◦ green 203 ◦ blue 69

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

Shades of Festival #EFCB45

Tints of Festival #EFCB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 46.77%
G = 39.73%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFCB45 (or 0xEFCB45) is known color: Festival. HEX triplet: EF, CB and 45. RGB value is (239,203,69). Sum of RGB (Red+Green+Blue) = 239+203+69=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB45 is #1034BA. Grayscale: #C7C7C7. Windows color (decimal): -1062075 or 4574191. OLE color: 4574191.

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

Color convert

RGB 239 203 69 -
CMYK 0 0.15 0.71 0.06
HSL 47.29º 0.84% 0.6% -
HSV(B) 47.29º 0.71% 0.94% -
XYZ 58.03 61.49 14.44 -
YUV 198.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 239 203 69 0 0.15 0.71 0.06 47.29 0.84 0.6
Hex EF CB 45 0 F 47 6 2F 54 3C
Octal 357 313 105 0 17 107 6 57 124 74
Binary 11101111 11001011 1000101 0 1111 1000111 110 101111 1010100 111100

Color Harmonies of #EFCB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB45

Black with #EFCB45

Text Example


Text Example

White with #EFCB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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