Html Css Color HEX #EDF34C Paris Daisy

📋 copy color: '#EDF34C'

red 237 ◦ green 243 ◦ blue 76

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

Shades of Paris Daisy #EDF34C

Tints of Paris Daisy #EDF34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.71%

 BLUE value IS 76 (30.08% from 255) = 13.67%

R = 42.63%
G = 43.71%
B = 13.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#EDF34C (or 0xEDF34C) is known color: Paris Daisy. HEX triplet: ED, F3 and 4C. RGB value is (237,243,76). Sum of RGB (Red+Green+Blue) = 237+243+76=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF34C is #120CB3. Grayscale: #DEDEDE. Windows color (decimal): -1182900 or 5043181. OLE color: 5043181.

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

Color convert

RGB 237 243 76 -
CMYK 0.02 0 0.69 0.05
HSL 62.16º 0.87% 0.63% -
HSV(B) 62.16º 0.69% 0.95% -
XYZ 68.28 82.63 19.19 -
YUV 222.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 237 243 76 0.02 0 0.69 0.05 62.16 0.87 0.63
Hex ED F3 4C 2 0 45 5 3E 57 3F
Octal 355 363 114 2 0 105 5 76 127 77
Binary 11101101 11110011 1001100 10 0 1000101 101 111110 1010111 111111

Color Harmonies of #EDF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF34C

Black with #EDF34C

Text Example


Text Example

White with #EDF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF34C; }

 p { color: rgb(237,243,76); }

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

background-color css

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

 a { background-color: rgb(237,243,76); }

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

border-color css

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

 span { border-color: rgb(237,243,76); }

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