Html Css Color HEX #EDF29B Jonquil

📋 copy color: '#EDF29B'

red 237 ◦ green 242 ◦ blue 155

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

Shades of Jonquil #EDF29B

Tints of Jonquil #EDF29B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.17%

 BLUE value IS 155 (60.94% from 255) = 24.45%

R = 37.38%
G = 38.17%
B = 24.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#EDF29B (or 0xEDF29B) is known color: Jonquil. HEX triplet: ED, F2 and 9B. RGB value is (237,242,155). Sum of RGB (Red+Green+Blue) = 237+242+155=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 155 (60.94% from 255 or 24.45% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF29B is #120D64. Grayscale: #E6E6E6. Windows color (decimal): -1183077 or 10220269. OLE color: 10220269.

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

Color convert

RGB 237 242 155 -
CMYK 0.02 0 0.36 0.05
HSL 63.45º 0.77% 0.78% -
HSV(B) 63.45º 0.36% 0.95% -
XYZ 72.59 83.88 43.37 -
YUV 230.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 237 242 155 0.02 0 0.36 0.05 63.45 0.77 0.78
Hex ED F2 9B 2 0 24 5 3F 4D 4E
Octal 355 362 233 2 0 44 5 77 115 116
Binary 11101101 11110010 10011011 10 0 100100 101 111111 1001101 1001110

Color Harmonies of #EDF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF29B

Black with #EDF29B

Text Example


Text Example

White with #EDF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF29B; }

 p { color: rgb(237,242,155); }

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

background-color css

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

 a { background-color: rgb(237,242,155); }

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

border-color css

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

 span { border-color: rgb(237,242,155); }

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