Html Css Color HEX #EDE648 Paris Daisy

📋 copy color: '#EDE648'

red 237 ◦ green 230 ◦ blue 72

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

Shades of Paris Daisy #EDE648

Tints of Paris Daisy #EDE648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.36%

R = 43.97%
G = 42.67%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE648 (or 0xEDE648) is known color: Paris Daisy. HEX triplet: ED, E6 and 48. RGB value is (237,230,72). Sum of RGB (Red+Green+Blue) = 237+230+72=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE648 is #1219B7. Grayscale: #D6D6D6. Windows color (decimal): -1186232 or 4777709. OLE color: 4777709.

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

Color convert

RGB 237 230 72 -
CMYK 0 0.03 0.70 0.07
HSL 57.45º 0.82% 0.61% -
HSV(B) 57.45º 0.7% 0.93% -
XYZ 64.39 75.07 17.23 -
YUV 214.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 237 230 72 0 0.03 0.70 0.07 57.45 0.82 0.61
Hex ED E6 48 0 3 46 7 39 52 3D
Octal 355 346 110 0 3 106 7 71 122 75
Binary 11101101 11100110 1001000 0 11 1000110 111 111001 1010010 111101

Color Harmonies of #EDE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE648

Black with #EDE648

Text Example


Text Example

White with #EDE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE648; }

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

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

background-color css

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

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

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

border-color css

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

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

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