Html Css Color HEX #EFF5BD Chiffon

📋 copy color: '#EFF5BD'

red 239 ◦ green 245 ◦ blue 189

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

Shades of Chiffon #EFF5BD

Tints of Chiffon #EFF5BD

RGB

 RED value IS 239 (93.75% from 255) = 35.51%

 GREEN value IS 245 (96.09% from 255) = 36.4%

 BLUE value IS 189 (74.22% from 255) = 28.08%

R = 35.51%
G = 36.4%
B = 28.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#EFF5BD (or 0xEFF5BD) is known color: Chiffon. HEX triplet: EF, F5 and BD. RGB value is (239,245,189). Sum of RGB (Red+Green+Blue) = 239+245+189=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5BD is #100A42. Grayscale: #EDEDED. Windows color (decimal): -1051203 or 12449263. OLE color: 12449263.

HSL color Cylindrical-coordinate representation of color #EFF5BD: hue angle of 66.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFF5BD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 189 -
CMYK 0.02 0 0.23 0.04
HSL 66.43º 0.74% 0.85% -
HSV(B) 66.43º 0.23% 0.96% -
XYZ 77.43 87.33 60.92 -
YUV 236.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 239 245 189 0.02 0 0.23 0.04 66.43 0.74 0.85
Hex EF F5 BD 2 0 17 4 42 4A 55
Octal 357 365 275 2 0 27 4 102 112 125
Binary 11101111 11110101 10111101 10 0 10111 100 1000010 1001010 1010101

Color Harmonies of #EFF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5BD

Black with #EFF5BD

Text Example


Text Example

White with #EFF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5BD; }

 p { color: rgb(239,245,189); }

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

background-color css

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

 a { background-color: rgb(239,245,189); }

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

border-color css

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

 span { border-color: rgb(239,245,189); }

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