Html Css Color HEX #EDE64D Paris Daisy

📋 copy color: '#EDE64D'

red 237 ◦ green 230 ◦ blue 77

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

Shades of Paris Daisy #EDE64D

Tints of Paris Daisy #EDE64D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.28%

 BLUE value IS 77 (30.47% from 255) = 14.15%

R = 43.57%
G = 42.28%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE64D (or 0xEDE64D) is known color: Paris Daisy. HEX triplet: ED, E6 and 4D. RGB value is (237,230,77). Sum of RGB (Red+Green+Blue) = 237+230+77=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE64D is #1219B2. Grayscale: #D7D7D7. Windows color (decimal): -1186227 or 5105389. OLE color: 5105389.

HSL color Cylindrical-coordinate representation of color #EDE64D: hue angle of 57.38º degrees, saturation: 0.82, 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 #EDE64D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 77 -
CMYK 0 0.03 0.68 0.07
HSL 57.38º 0.82% 0.62% -
HSV(B) 57.38º 0.68% 0.93% -
XYZ 64.56 75.13 18.12 -
YUV 214.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 237 230 77 0 0.03 0.68 0.07 57.38 0.82 0.62
Hex ED E6 4D 0 3 44 7 39 52 3E
Octal 355 346 115 0 3 104 7 71 122 76
Binary 11101101 11100110 1001101 0 11 1000100 111 111001 1010010 111110

Color Harmonies of #EDE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE64D

Black with #EDE64D

Text Example


Text Example

White with #EDE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE64D; }

 p { color: rgb(237,230,77); }

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

background-color css

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

 a { background-color: rgb(237,230,77); }

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

border-color css

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

 span { border-color: rgb(237,230,77); }

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