Html Css Color HEX #EDE748 Paris Daisy

📋 copy color: '#EDE748'

red 237 ◦ green 231 ◦ blue 72

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

Shades of Paris Daisy #EDE748

Tints of Paris Daisy #EDE748

RGB

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

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

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

R = 43.89%
G = 42.78%
B = 13.33%

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

#EDE748 (or 0xEDE748) is known color: Paris Daisy. HEX triplet: ED, E7 and 48. RGB value is (237,231,72). Sum of RGB (Red+Green+Blue) = 237+231+72=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE748 is #1218B7. Grayscale: #D7D7D7. Windows color (decimal): -1185976 or 4777965. OLE color: 4777965.

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

Color convert

RGB 237 231 72 -
CMYK 0 0.03 0.70 0.07
HSL 57.82º 0.82% 0.61% -
HSV(B) 57.82º 0.7% 0.93% -
XYZ 64.67 75.62 17.32 -
YUV 214.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 237 231 72 0 0.03 0.70 0.07 57.82 0.82 0.61
Hex ED E7 48 0 3 46 7 3A 52 3D
Octal 355 347 110 0 3 106 7 72 122 75
Binary 11101101 11100111 1001000 0 11 1000110 111 111010 1010010 111101

Color Harmonies of #EDE748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE748

Black with #EDE748

Text Example


Text Example

White with #EDE748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE748; }

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

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

background-color css

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

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

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

border-color css

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

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

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