Html Css Color HEX #EDEA4E Paris Daisy

📋 copy color: '#EDEA4E'

red 237 ◦ green 234 ◦ blue 78

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

Shades of Paris Daisy #EDEA4E

Tints of Paris Daisy #EDEA4E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 78 (30.86% from 255) = 14.21%

R = 43.17%
G = 42.62%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDEA4E (or 0xEDEA4E) is known color: Paris Daisy. HEX triplet: ED, EA and 4E. RGB value is (237,234,78). Sum of RGB (Red+Green+Blue) = 237+234+78=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA4E is #1215B1. Grayscale: #D9D9D9. Windows color (decimal): -1185202 or 5171949. OLE color: 5171949.

HSL color Cylindrical-coordinate representation of color #EDEA4E: hue angle of 58.87º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDEA4E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 78 -
CMYK 0 0.01 0.67 0.07
HSL 58.87º 0.82% 0.62% -
HSV(B) 58.87º 0.67% 0.93% -
XYZ 65.72 77.4 18.68 -
YUV 217.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 237 234 78 0 0.01 0.67 0.07 58.87 0.82 0.62
Hex ED EA 4E 0 1 43 7 3B 52 3E
Octal 355 352 116 0 1 103 7 73 122 76
Binary 11101101 11101010 1001110 0 1 1000011 111 111011 1010010 111110

Color Harmonies of #EDEA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA4E

Black with #EDEA4E

Text Example


Text Example

White with #EDEA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA4E; }

 p { color: rgb(237,234,78); }

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

background-color css

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

 a { background-color: rgb(237,234,78); }

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

border-color css

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

 span { border-color: rgb(237,234,78); }

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