Html Css Color HEX #EFCF42 Festival

📋 copy color: '#EFCF42'

red 239 ◦ green 207 ◦ blue 66

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

Shades of Festival #EFCF42

Tints of Festival #EFCF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

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

R = 46.68%
G = 40.43%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFCF42 (or 0xEFCF42) is known color: Festival. HEX triplet: EF, CF and 42. RGB value is (239,207,66). Sum of RGB (Red+Green+Blue) = 239+207+66=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF42 is #1030BD. Grayscale: #C9C9C9. Windows color (decimal): -1061054 or 4378607. OLE color: 4378607.

HSL color Cylindrical-coordinate representation of color #EFCF42: hue angle of 48.9º 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 #EFCF42 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 66 -
CMYK 0 0.13 0.72 0.06
HSL 48.9º 0.84% 0.6% -
HSV(B) 48.9º 0.72% 0.94% -
XYZ 58.89 63.37 14.28 -
YUV 200.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 239 207 66 0 0.13 0.72 0.06 48.9 0.84 0.6
Hex EF CF 42 0 D 48 6 31 54 3C
Octal 357 317 102 0 15 110 6 61 124 74
Binary 11101111 11001111 1000010 0 1101 1001000 110 110001 1010100 111100

Color Harmonies of #EFCF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF42

Black with #EFCF42

Text Example


Text Example

White with #EFCF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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