Html Css Color HEX #EEED4A Paris Daisy

📋 copy color: '#EEED4A'

red 238 ◦ green 237 ◦ blue 74

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

Shades of Paris Daisy #EEED4A

Tints of Paris Daisy #EEED4A

RGB

 RED value IS 238 (93.36% from 255) = 43.35%

 GREEN value IS 237 (92.97% from 255) = 43.17%

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

R = 43.35%
G = 43.17%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEED4A (or 0xEEED4A) is known color: Paris Daisy. HEX triplet: EE, ED and 4A. RGB value is (238,237,74). Sum of RGB (Red+Green+Blue) = 238+237+74=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED4A is #1112B5. Grayscale: #DBDBDB. Windows color (decimal): -1118902 or 4910574. OLE color: 4910574.

HSL color Cylindrical-coordinate representation of color #EEED4A: hue angle of 59.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEED4A is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 74 -
CMYK 0 0.00 0.69 0.07
HSL 59.63º 0.83% 0.61% -
HSV(B) 59.63º 0.69% 0.93% -
XYZ 66.78 79.24 18.25 -
YUV 218.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 238 237 74 0 0.00 0.69 0.07 59.63 0.83 0.61
Hex EE ED 4A 0 0 45 7 3C 53 3D
Octal 356 355 112 0 0 105 7 74 123 75
Binary 11101110 11101101 1001010 0 0 1000101 111 111100 1010011 111101

Color Harmonies of #EEED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED4A

Black with #EEED4A

Text Example


Text Example

White with #EEED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED4A; }

 p { color: rgb(238,237,74); }

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

background-color css

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

 a { background-color: rgb(238,237,74); }

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

border-color css

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

 span { border-color: rgb(238,237,74); }

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