Html Css Color HEX #EDE752 Paris Daisy

📋 copy color: '#EDE752'

red 237 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #EDE752

Tints of Paris Daisy #EDE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

 BLUE value IS 82 (32.42% from 255) = 14.91%

R = 43.09%
G = 42%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE752 (or 0xEDE752) is known color: Paris Daisy. HEX triplet: ED, E7 and 52. RGB value is (237,231,82). Sum of RGB (Red+Green+Blue) = 237+231+82=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE752 is #1218AD. Grayscale: #D8D8D8. Windows color (decimal): -1185966 or 5433325. OLE color: 5433325.

HSL color Cylindrical-coordinate representation of color #EDE752: hue angle of 57.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDE752 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 82 -
CMYK 0 0.03 0.65 0.07
HSL 57.68º 0.81% 0.63% -
HSV(B) 57.68º 0.65% 0.93% -
XYZ 65.02 75.77 19.18 -
YUV 215.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 237 231 82 0 0.03 0.65 0.07 57.68 0.81 0.63
Hex ED E7 52 0 3 41 7 3A 51 3F
Octal 355 347 122 0 3 101 7 72 121 77
Binary 11101101 11100111 1010010 0 11 1000001 111 111010 1010001 111111

Color Harmonies of #EDE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE752

Black with #EDE752

Text Example


Text Example

White with #EDE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE752; }

 p { color: rgb(237,231,82); }

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

background-color css

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

 a { background-color: rgb(237,231,82); }

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

border-color css

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

 span { border-color: rgb(237,231,82); }

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