Html Css Color HEX #EDF153 Paris Daisy

📋 copy color: '#EDF153'

red 237 ◦ green 241 ◦ blue 83

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

Shades of Paris Daisy #EDF153

Tints of Paris Daisy #EDF153

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 83 (32.81% from 255) = 14.8%

R = 42.25%
G = 42.96%
B = 14.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EDF153 (or 0xEDF153) is known color: Paris Daisy. HEX triplet: ED, F1 and 53. RGB value is (237,241,83). Sum of RGB (Red+Green+Blue) = 237+241+83=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF153 is #120EAC. Grayscale: #DEDEDE. Windows color (decimal): -1183405 or 5501421. OLE color: 5501421.

HSL color Cylindrical-coordinate representation of color #EDF153: hue angle of 61.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF153 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 83 -
CMYK 0.02 0 0.66 0.05
HSL 61.52º 0.85% 0.64% -
HSV(B) 61.52º 0.66% 0.95% -
XYZ 67.94 81.54 20.34 -
YUV 221.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 237 241 83 0.02 0 0.66 0.05 61.52 0.85 0.64
Hex ED F1 53 2 0 42 5 3E 55 40
Octal 355 361 123 2 0 102 5 76 125 100
Binary 11101101 11110001 1010011 10 0 1000010 101 111110 1010101 1000000

Color Harmonies of #EDF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF153

Black with #EDF153

Text Example


Text Example

White with #EDF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF153; }

 p { color: rgb(237,241,83); }

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

background-color css

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

 a { background-color: rgb(237,241,83); }

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

border-color css

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

 span { border-color: rgb(237,241,83); }

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