Html Css Color HEX #EFF2BD Chiffon

📋 copy color: '#EFF2BD'

red 239 ◦ green 242 ◦ blue 189

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

Shades of Chiffon #EFF2BD

Tints of Chiffon #EFF2BD

RGB

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

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

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

R = 35.67%
G = 36.12%
B = 28.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#EFF2BD (or 0xEFF2BD) is known color: Chiffon. HEX triplet: EF, F2 and BD. RGB value is (239,242,189). Sum of RGB (Red+Green+Blue) = 239+242+189=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2BD is #100D42. Grayscale: #EBEBEB. Windows color (decimal): -1051971 or 12448495. OLE color: 12448495.

HSL color Cylindrical-coordinate representation of color #EFF2BD: hue angle of 63.4º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFF2BD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 189 -
CMYK 0.01 0 0.22 0.05
HSL 63.4º 0.67% 0.85% -
HSV(B) 63.4º 0.22% 0.95% -
XYZ 76.53 85.53 60.62 -
YUV 235.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 239 242 189 0.01 0 0.22 0.05 63.4 0.67 0.85
Hex EF F2 BD 1 0 16 5 3F 43 55
Octal 357 362 275 1 0 26 5 77 103 125
Binary 11101111 11110010 10111101 1 0 10110 101 111111 1000011 1010101

Color Harmonies of #EFF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2BD

Black with #EFF2BD

Text Example


Text Example

White with #EFF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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