Html Css Color HEX #EFCD42 Festival

📋 copy color: '#EFCD42'

red 239 ◦ green 205 ◦ blue 66

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

Shades of Festival #EFCD42

Tints of Festival #EFCD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.2%

 BLUE value IS 66 (26.17% from 255) = 12.94%

R = 46.86%
G = 40.2%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFCD42 (or 0xEFCD42) is known color: Festival. HEX triplet: EF, CD and 42. RGB value is (239,205,66). Sum of RGB (Red+Green+Blue) = 239+205+66=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD42 is #1032BD. Grayscale: #C7C7C7. Windows color (decimal): -1061566 or 4378095. OLE color: 4378095.

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

Color convert

RGB 239 205 66 -
CMYK 0 0.14 0.72 0.06
HSL 48.21º 0.84% 0.6% -
HSV(B) 48.21º 0.72% 0.94% -
XYZ 58.41 62.41 14.12 -
YUV 199.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 239 205 66 0 0.14 0.72 0.06 48.21 0.84 0.6
Hex EF CD 42 0 E 48 6 30 54 3C
Octal 357 315 102 0 16 110 6 60 124 74
Binary 11101111 11001101 1000010 0 1110 1001000 110 110000 1010100 111100

Color Harmonies of #EFCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD42

Black with #EFCD42

Text Example


Text Example

White with #EFCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD42; }

 p { color: rgb(239,205,66); }

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

background-color css

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

 a { background-color: rgb(239,205,66); }

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

border-color css

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

 span { border-color: rgb(239,205,66); }

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