Html Css Color HEX #EAE948 Paris Daisy

📋 copy color: '#EAE948'

red 234 ◦ green 233 ◦ blue 72

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

Shades of Paris Daisy #EAE948

Tints of Paris Daisy #EAE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

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

R = 43.41%
G = 43.23%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAE948 (or 0xEAE948) is known color: Paris Daisy. HEX triplet: EA, E9 and 48. RGB value is (234,233,72). Sum of RGB (Red+Green+Blue) = 234+233+72=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE948 is #1516B7. Grayscale: #D7D7D7. Windows color (decimal): -1382072 or 4778474. OLE color: 4778474.

HSL color Cylindrical-coordinate representation of color #EAE948: hue angle of 59.63º 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 #EAE948 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 72 -
CMYK 0 0.00 0.69 0.08
HSL 59.63º 0.79% 0.6% -
HSV(B) 59.63º 0.69% 0.92% -
XYZ 64.24 76.24 17.46 -
YUV 214.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 234 233 72 0 0.00 0.69 0.08 59.63 0.79 0.6
Hex EA E9 48 0 0 45 8 3C 4F 3C
Octal 352 351 110 0 0 105 10 74 117 74
Binary 11101010 11101001 1001000 0 0 1000101 1000 111100 1001111 111100

Color Harmonies of #EAE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE948

Black with #EAE948

Text Example


Text Example

White with #EAE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE948; }

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

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

background-color css

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

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

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

border-color css

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

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

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