Html Css Color HEX #EDF64B Paris Daisy

📋 copy color: '#EDF64B'

red 237 ◦ green 246 ◦ blue 75

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

Shades of Paris Daisy #EDF64B

Tints of Paris Daisy #EDF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.09%

 BLUE value IS 75 (29.69% from 255) = 13.44%

R = 42.47%
G = 44.09%
B = 13.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EDF64B (or 0xEDF64B) is known color: Paris Daisy. HEX triplet: ED, F6 and 4B. RGB value is (237,246,75). Sum of RGB (Red+Green+Blue) = 237+246+75=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF64B is #1209B4. Grayscale: #E0E0E0. Windows color (decimal): -1182133 or 4978413. OLE color: 4978413.

HSL color Cylindrical-coordinate representation of color #EDF64B: hue angle of 63.16º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF64B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 75 -
CMYK 0.04 0 0.70 0.04
HSL 63.16º 0.9% 0.63% -
HSV(B) 63.16º 0.7% 0.96% -
XYZ 69.15 84.42 19.31 -
YUV 223.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 237 246 75 0.04 0 0.70 0.04 63.16 0.9 0.63
Hex ED F6 4B 4 0 46 4 3F 5A 3F
Octal 355 366 113 4 0 106 4 77 132 77
Binary 11101101 11110110 1001011 100 0 1000110 100 111111 1011010 111111

Color Harmonies of #EDF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF64B

Black with #EDF64B

Text Example


Text Example

White with #EDF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF64B; }

 p { color: rgb(237,246,75); }

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

background-color css

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

 a { background-color: rgb(237,246,75); }

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

border-color css

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

 span { border-color: rgb(237,246,75); }

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