Html Css Color HEX #EDEE4C Paris Daisy

📋 copy color: '#EDEE4C'

red 237 ◦ green 238 ◦ blue 76

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

Shades of Paris Daisy #EDEE4C

Tints of Paris Daisy #EDEE4C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 76 (30.08% from 255) = 13.79%

R = 43.01%
G = 43.19%
B = 13.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDEE4C (or 0xEDEE4C) is known color: Paris Daisy. HEX triplet: ED, EE and 4C. RGB value is (237,238,76). Sum of RGB (Red+Green+Blue) = 237+238+76=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 76 (30.08% from 255 or 13.79% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE4C is #1211B3. Grayscale: #DBDBDB. Windows color (decimal): -1184180 or 5041901. OLE color: 5041901.

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

Color convert

RGB 237 238 76 -
CMYK 0.00 0 0.68 0.07
HSL 60.37º 0.83% 0.62% -
HSV(B) 60.37º 0.68% 0.93% -
XYZ 66.8 79.68 18.7 -
YUV 219.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 237 238 76 0.00 0 0.68 0.07 60.37 0.83 0.62
Hex ED EE 4C 0 0 44 7 3C 53 3E
Octal 355 356 114 0 0 104 7 74 123 76
Binary 11101101 11101110 1001100 0 0 1000100 111 111100 1010011 111110

Color Harmonies of #EDEE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE4C

Black with #EDEE4C

Text Example


Text Example

White with #EDEE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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