Html Css Color HEX #EFD04A Festival

📋 copy color: '#EFD04A'

red 239 ◦ green 208 ◦ blue 74

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

Shades of Festival #EFD04A

Tints of Festival #EFD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 45.87%
G = 39.92%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFD04A (or 0xEFD04A) is known color: Festival. HEX triplet: EF, D0 and 4A. RGB value is (239,208,74). Sum of RGB (Red+Green+Blue) = 239+208+74=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD04A is #102FB5. Grayscale: #CACACA. Windows color (decimal): -1060790 or 4903151. OLE color: 4903151.

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

Color convert

RGB 239 208 74 -
CMYK 0 0.13 0.69 0.06
HSL 48.73º 0.84% 0.61% -
HSV(B) 48.73º 0.69% 0.94% -
XYZ 59.39 63.96 15.69 -
YUV 201.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 239 208 74 0 0.13 0.69 0.06 48.73 0.84 0.61
Hex EF D0 4A 0 D 45 6 31 54 3D
Octal 357 320 112 0 15 105 6 61 124 75
Binary 11101111 11010000 1001010 0 1101 1000101 110 110001 1010100 111101

Color Harmonies of #EFD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD04A

Black with #EFD04A

Text Example


Text Example

White with #EFD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD04A; }

 p { color: rgb(239,208,74); }

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

background-color css

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

 a { background-color: rgb(239,208,74); }

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

border-color css

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

 span { border-color: rgb(239,208,74); }

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