Html Css Color HEX #EAD541 Festival

📋 copy color: '#EAD541'

red 234 ◦ green 213 ◦ blue 65

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

Shades of Festival #EAD541

Tints of Festival #EAD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 65 (25.78% from 255) = 12.7%

R = 45.7%
G = 41.6%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAD541 (or 0xEAD541) is known color: Festival. HEX triplet: EA, D5 and 41. RGB value is (234,213,65). Sum of RGB (Red+Green+Blue) = 234+213+65=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD541 is #152ABE. Grayscale: #CBCBCB. Windows color (decimal): -1387199 or 4314602. OLE color: 4314602.

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

Color convert

RGB 234 213 65 -
CMYK 0 0.09 0.72 0.08
HSL 52.54º 0.8% 0.59% -
HSV(B) 52.54º 0.72% 0.92% -
XYZ 58.68 65.46 14.54 -
YUV 202.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 234 213 65 0 0.09 0.72 0.08 52.54 0.8 0.59
Hex EA D5 41 0 9 48 8 35 50 3B
Octal 352 325 101 0 11 110 10 65 120 73
Binary 11101010 11010101 1000001 0 1001 1001000 1000 110101 1010000 111011

Color Harmonies of #EAD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD541

Black with #EAD541

Text Example


Text Example

White with #EAD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD541; }

 p { color: rgb(234,213,65); }

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

background-color css

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

 a { background-color: rgb(234,213,65); }

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

border-color css

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

 span { border-color: rgb(234,213,65); }

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