Html Css Color HEX #EFCC50 Festival

📋 copy color: '#EFCC50'

red 239 ◦ green 204 ◦ blue 80

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

Shades of Festival #EFCC50

Tints of Festival #EFCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 45.7%
G = 39.01%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCC50 (or 0xEFCC50) is known color: Festival. HEX triplet: EF, CC and 50. RGB value is (239,204,80). Sum of RGB (Red+Green+Blue) = 239+204+80=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC50 is #1033AF. Grayscale: #C8C8C8. Windows color (decimal): -1061808 or 5295343. OLE color: 5295343.

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

Color convert

RGB 239 204 80 -
CMYK 0 0.15 0.67 0.06
HSL 46.79º 0.83% 0.63% -
HSV(B) 46.79º 0.67% 0.94% -
XYZ 58.64 62.12 16.49 -
YUV 200.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 239 204 80 0 0.15 0.67 0.06 46.79 0.83 0.63
Hex EF CC 50 0 F 43 6 2F 53 3F
Octal 357 314 120 0 17 103 6 57 123 77
Binary 11101111 11001100 1010000 0 1111 1000011 110 101111 1010011 111111

Color Harmonies of #EFCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC50

Black with #EFCC50

Text Example


Text Example

White with #EFCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC50; }

 p { color: rgb(239,204,80); }

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

background-color css

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

 a { background-color: rgb(239,204,80); }

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

border-color css

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

 span { border-color: rgb(239,204,80); }

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