Html Css Color HEX #EDF35E Honeysuckle

📋 copy color: '#EDF35E'

red 237 ◦ green 243 ◦ blue 94

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

Shades of Honeysuckle #EDF35E

Tints of Honeysuckle #EDF35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.38%

R = 41.29%
G = 42.33%
B = 16.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#EDF35E (or 0xEDF35E) is known color: Honeysuckle. HEX triplet: ED, F3 and 5E. RGB value is (237,243,94). Sum of RGB (Red+Green+Blue) = 237+243+94=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 94 (37.11% from 255 or 16.38% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF35E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF35E is #120CA1. Grayscale: #E0E0E0. Windows color (decimal): -1182882 or 6222829. OLE color: 6222829.

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

Color convert

RGB 237 243 94 -
CMYK 0.02 0 0.61 0.05
HSL 62.42º 0.86% 0.66% -
HSV(B) 62.42º 0.61% 0.95% -
XYZ 69 82.91 22.96 -
YUV 224.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 237 243 94 0.02 0 0.61 0.05 62.42 0.86 0.66
Hex ED F3 5E 2 0 3D 5 3E 56 42
Octal 355 363 136 2 0 75 5 76 126 102
Binary 11101101 11110011 1011110 10 0 111101 101 111110 1010110 1000010

Color Harmonies of #EDF35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF35E

Black with #EDF35E

Text Example


Text Example

White with #EDF35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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