Html Css Color HEX #EFEFBA Chiffon

📋 copy color: '#EFEFBA'

red 239 ◦ green 239 ◦ blue 186

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

Shades of Chiffon #EFEFBA

Tints of Chiffon #EFEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.99%

 BLUE value IS 186 (73.05% from 255) = 28.01%

R = 35.99%
G = 35.99%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFEFBA (or 0xEFEFBA) is known color: Chiffon. HEX triplet: EF, EF and BA. RGB value is (239,239,186). Sum of RGB (Red+Green+Blue) = 239+239+186=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBA is #101045. Grayscale: #E9E9E9. Windows color (decimal): -1052742 or 12251119. OLE color: 12251119.

HSL color Cylindrical-coordinate representation of color #EFEFBA: hue angle of 60º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEFBA is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 186 -
CMYK 0 0 0.22 0.06
HSL 60º 0.62% 0.83% -
HSV(B) 60º 0.22% 0.94% -
XYZ 75.33 83.63 58.63 -
YUV 232.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 239 239 186 0 0 0.22 0.06 60 0.62 0.83
Hex EF EF BA 0 0 16 6 3C 3E 53
Octal 357 357 272 0 0 26 6 74 76 123
Binary 11101111 11101111 10111010 0 0 10110 110 111100 111110 1010011

Color Harmonies of #EFEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFBA

Black with #EFEFBA

Text Example


Text Example

White with #EFEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFBA; }

 p { color: rgb(239,239,186); }

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

background-color css

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

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

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

border-color css

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

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

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