Html Css Color HEX #EAD648 Festival

📋 copy color: '#EAD648'

red 234 ◦ green 214 ◦ blue 72

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

Shades of Festival #EAD648

Tints of Festival #EAD648

RGB

 RED value IS 234 (91.8% from 255) = 45%

 GREEN value IS 214 (83.98% from 255) = 41.15%

 BLUE value IS 72 (28.52% from 255) = 13.85%

R = 45%
G = 41.15%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAD648 (or 0xEAD648) is known color: Festival. HEX triplet: EA, D6 and 48. RGB value is (234,214,72). Sum of RGB (Red+Green+Blue) = 234+214+72=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD648 is #1529B7. Grayscale: #CCCCCC. Windows color (decimal): -1386936 or 4773610. OLE color: 4773610.

HSL color Cylindrical-coordinate representation of color #EAD648: hue angle of 52.59º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAD648 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 72 -
CMYK 0 0.09 0.69 0.08
HSL 52.59º 0.79% 0.6% -
HSV(B) 52.59º 0.69% 0.92% -
XYZ 59.15 66.05 15.76 -
YUV 203.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 234 214 72 0 0.09 0.69 0.08 52.59 0.79 0.6
Hex EA D6 48 0 9 45 8 35 4F 3C
Octal 352 326 110 0 11 105 10 65 117 74
Binary 11101010 11010110 1001000 0 1001 1000101 1000 110101 1001111 111100

Color Harmonies of #EAD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD648

Black with #EAD648

Text Example


Text Example

White with #EAD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD648; }

 p { color: rgb(234,214,72); }

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

background-color css

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

 a { background-color: rgb(234,214,72); }

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

border-color css

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

 span { border-color: rgb(234,214,72); }

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