Html Css Color HEX #EDE94C Paris Daisy

📋 copy color: '#EDE94C'

red 237 ◦ green 233 ◦ blue 76

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

Shades of Paris Daisy #EDE94C

Tints of Paris Daisy #EDE94C

RGB

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

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

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

R = 43.41%
G = 42.67%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE94C (or 0xEDE94C) is known color: Paris Daisy. HEX triplet: ED, E9 and 4C. RGB value is (237,233,76). Sum of RGB (Red+Green+Blue) = 237+233+76=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE94C is #1216B3. Grayscale: #D8D8D8. Windows color (decimal): -1185460 or 5040621. OLE color: 5040621.

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

Color convert

RGB 237 233 76 -
CMYK 0 0.02 0.68 0.07
HSL 58.51º 0.82% 0.61% -
HSV(B) 58.51º 0.68% 0.93% -
XYZ 65.37 76.8 18.22 -
YUV 216.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 237 233 76 0 0.02 0.68 0.07 58.51 0.82 0.61
Hex ED E9 4C 0 2 44 7 3B 52 3D
Octal 355 351 114 0 2 104 7 73 122 75
Binary 11101101 11101001 1001100 0 10 1000100 111 111011 1010010 111101

Color Harmonies of #EDE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE94C

Black with #EDE94C

Text Example


Text Example

White with #EDE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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