Html Css Color HEX #EFF2B5 Chiffon

📋 copy color: '#EFF2B5'

red 239 ◦ green 242 ◦ blue 181

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

Shades of Chiffon #EFF2B5

Tints of Chiffon #EFF2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.34%

R = 36.1%
G = 36.56%
B = 27.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#EFF2B5 (or 0xEFF2B5) is known color: Chiffon. HEX triplet: EF, F2 and B5. RGB value is (239,242,181). Sum of RGB (Red+Green+Blue) = 239+242+181=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2B5 is #100D4A. Grayscale: #EAEAEA. Windows color (decimal): -1051979 or 11924207. OLE color: 11924207.

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

Color convert

RGB 239 242 181 -
CMYK 0.01 0 0.25 0.05
HSL 62.95º 0.7% 0.83% -
HSV(B) 62.95º 0.25% 0.95% -
XYZ 75.69 85.19 56.17 -
YUV 234.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 239 242 181 0.01 0 0.25 0.05 62.95 0.7 0.83
Hex EF F2 B5 1 0 19 5 3F 46 53
Octal 357 362 265 1 0 31 5 77 106 123
Binary 11101111 11110010 10110101 1 0 11001 101 111111 1000110 1010011

Color Harmonies of #EFF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2B5

Black with #EFF2B5

Text Example


Text Example

White with #EFF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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