Html Css Color HEX #EAEDBE Chiffon

📋 copy color: '#EAEDBE'

red 234 ◦ green 237 ◦ blue 190

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

Shades of Chiffon #EAEDBE

Tints of Chiffon #EAEDBE

RGB

 RED value IS 234 (91.8% from 255) = 35.4%

 GREEN value IS 237 (92.97% from 255) = 35.85%

 BLUE value IS 190 (74.61% from 255) = 28.74%

R = 35.4%
G = 35.85%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EAEDBE (or 0xEAEDBE) is known color: Chiffon. HEX triplet: EA, ED and BE. RGB value is (234,237,190). Sum of RGB (Red+Green+Blue) = 234+237+190=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDBE is #151241. Grayscale: #E6E6E6. Windows color (decimal): -1380930 or 12512746. OLE color: 12512746.

HSL color Cylindrical-coordinate representation of color #EAEDBE: hue angle of 63.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEDBE is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 237 190 -
CMYK 0.01 0 0.20 0.07
HSL 63.83º 0.57% 0.84% -
HSV(B) 63.83º 0.2% 0.93% -
XYZ 73.51 81.78 60.63 -
YUV 230.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 234 237 190 0.01 0 0.20 0.07 63.83 0.57 0.84
Hex EA ED BE 1 0 14 7 40 39 54
Octal 352 355 276 1 0 24 7 100 71 124
Binary 11101010 11101101 10111110 1 0 10100 111 1000000 111001 1010100

Color Harmonies of #EAEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDBE

Black with #EAEDBE

Text Example


Text Example

White with #EAEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDBE; }

 p { color: rgb(234,237,190); }

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

background-color css

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

 a { background-color: rgb(234,237,190); }

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

border-color css

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

 span { border-color: rgb(234,237,190); }

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