Html Css Color HEX #EBF0A0 Jonquil

📋 copy color: '#EBF0A0'

red 235 ◦ green 240 ◦ blue 160

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

Shades of Jonquil #EBF0A0

Tints of Jonquil #EBF0A0

RGB

 RED value IS 235 (92.19% from 255) = 37.01%

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 160 (62.89% from 255) = 25.2%

R = 37.01%
G = 37.8%
B = 25.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EBF0A0 (or 0xEBF0A0) is known color: Jonquil. HEX triplet: EB, F0 and A0. RGB value is (235,240,160). Sum of RGB (Red+Green+Blue) = 235+240+160=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0A0 is #140F5F. Grayscale: #E5E5E5. Windows color (decimal): -1314656 or 10547435. OLE color: 10547435.

HSL color Cylindrical-coordinate representation of color #EBF0A0: hue angle of 63.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBF0A0 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 160 -
CMYK 0.02 0 0.33 0.06
HSL 63.75º 0.73% 0.78% -
HSV(B) 63.75º 0.33% 0.94% -
XYZ 71.77 82.52 45.4 -
YUV 229.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 235 240 160 0.02 0 0.33 0.06 63.75 0.73 0.78
Hex EB F0 A0 2 0 21 6 40 49 4E
Octal 353 360 240 2 0 41 6 100 111 116
Binary 11101011 11110000 10100000 10 0 100001 110 1000000 1001001 1001110

Color Harmonies of #EBF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0A0

Black with #EBF0A0

Text Example


Text Example

White with #EBF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0A0; }

 p { color: rgb(235,240,160); }

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

background-color css

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

 a { background-color: rgb(235,240,160); }

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

border-color css

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

 span { border-color: rgb(235,240,160); }

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