Html Css Color HEX #EDF695 Jonquil

📋 copy color: '#EDF695'

red 237 ◦ green 246 ◦ blue 149

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

Shades of Jonquil #EDF695

Tints of Jonquil #EDF695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.58%

R = 37.5%
G = 38.92%
B = 23.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#EDF695 (or 0xEDF695) is known color: Jonquil. HEX triplet: ED, F6 and 95. RGB value is (237,246,149). Sum of RGB (Red+Green+Blue) = 237+246+149=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF695 is #12096A. Grayscale: #E8E8E8. Windows color (decimal): -1182059 or 9828077. OLE color: 9828077.

HSL color Cylindrical-coordinate representation of color #EDF695: hue angle of 65.57º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF695 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 149 -
CMYK 0.04 0 0.39 0.04
HSL 65.57º 0.84% 0.77% -
HSV(B) 65.57º 0.39% 0.96% -
XYZ 73.31 86.09 41.19 -
YUV 232.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 237 246 149 0.04 0 0.39 0.04 65.57 0.84 0.77
Hex ED F6 95 4 0 27 4 42 54 4D
Octal 355 366 225 4 0 47 4 102 124 115
Binary 11101101 11110110 10010101 100 0 100111 100 1000010 1010100 1001101

Color Harmonies of #EDF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF695

Black with #EDF695

Text Example


Text Example

White with #EDF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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