Html Css Color HEX #EFD33C Festival

📋 copy color: '#EFD33C'

red 239 ◦ green 211 ◦ blue 60

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

Shades of Festival #EFD33C

Tints of Festival #EFD33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

 BLUE value IS 60 (23.83% from 255) = 11.76%

R = 46.86%
G = 41.37%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFD33C (or 0xEFD33C) is known color: Festival. HEX triplet: EF, D3 and 3C. RGB value is (239,211,60). Sum of RGB (Red+Green+Blue) = 239+211+60=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD33C is #102CC3. Grayscale: #CACACA. Windows color (decimal): -1060036 or 3986415. OLE color: 3986415.

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

Color convert

RGB 239 211 60 -
CMYK 0 0.12 0.75 0.06
HSL 50.61º 0.85% 0.59% -
HSV(B) 50.61º 0.75% 0.94% -
XYZ 59.71 65.27 13.73 -
YUV 202.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 239 211 60 0 0.12 0.75 0.06 50.61 0.85 0.59
Hex EF D3 3C 0 C 4B 6 33 55 3B
Octal 357 323 74 0 14 113 6 63 125 73
Binary 11101111 11010011 111100 0 1100 1001011 110 110011 1010101 111011

Color Harmonies of #EFD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD33C

Black with #EFD33C

Text Example


Text Example

White with #EFD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD33C; }

 p { color: rgb(239,211,60); }

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

background-color css

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

 a { background-color: rgb(239,211,60); }

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

border-color css

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

 span { border-color: rgb(239,211,60); }

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