Html Css Color HEX #EDF952 Paris Daisy

📋 copy color: '#EDF952'

red 237 ◦ green 249 ◦ blue 82

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

Shades of Paris Daisy #EDF952

Tints of Paris Daisy #EDF952

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.84%

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

R = 41.73%
G = 43.84%
B = 14.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#EDF952 (or 0xEDF952) is known color: Paris Daisy. HEX triplet: ED, F9 and 52. RGB value is (237,249,82). Sum of RGB (Red+Green+Blue) = 237+249+82=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 82 (32.42% from 255 or 14.44% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF952 is #1206AD. Grayscale: #E3E3E3. Windows color (decimal): -1181358 or 5437933. OLE color: 5437933.

HSL color Cylindrical-coordinate representation of color #EDF952: hue angle of 64.31º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF952 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 82 -
CMYK 0.05 0 0.67 0.02
HSL 64.31º 0.93% 0.65% -
HSV(B) 64.31º 0.67% 0.98% -
XYZ 70.32 86.37 20.95 -
YUV 226.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 237 249 82 0.05 0 0.67 0.02 64.31 0.93 0.65
Hex ED F9 52 5 0 43 2 40 5D 41
Octal 355 371 122 5 0 103 2 100 135 101
Binary 11101101 11111001 1010010 101 0 1000011 10 1000000 1011101 1000001

Color Harmonies of #EDF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF952

Black with #EDF952

Text Example


Text Example

White with #EDF952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF952; }

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

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

background-color css

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

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

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

border-color css

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

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

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