Html Css Color HEX #EFCF45 Festival

📋 copy color: '#EFCF45'

red 239 ◦ green 207 ◦ blue 69

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

Shades of Festival #EFCF45

Tints of Festival #EFCF45

RGB

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

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

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

R = 46.41%
G = 40.19%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFCF45 (or 0xEFCF45) is known color: Festival. HEX triplet: EF, CF and 45. RGB value is (239,207,69). Sum of RGB (Red+Green+Blue) = 239+207+69=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF45 is #1030BA. Grayscale: #C9C9C9. Windows color (decimal): -1061051 or 4575215. OLE color: 4575215.

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

Color convert

RGB 239 207 69 -
CMYK 0 0.13 0.71 0.06
HSL 48.71º 0.84% 0.6% -
HSV(B) 48.71º 0.71% 0.94% -
XYZ 58.98 63.41 14.76 -
YUV 200.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 239 207 69 0 0.13 0.71 0.06 48.71 0.84 0.6
Hex EF CF 45 0 D 47 6 31 54 3C
Octal 357 317 105 0 15 107 6 61 124 74
Binary 11101111 11001111 1000101 0 1101 1000111 110 110001 1010100 111100

Color Harmonies of #EFCF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF45

Black with #EFCF45

Text Example


Text Example

White with #EFCF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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