Html Css Color HEX #EFE6CB Orange White

📋 copy color: '#EFE6CB'

red 239 ◦ green 230 ◦ blue 203

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

Shades of Orange White #EFE6CB

Tints of Orange White #EFE6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.23%

 BLUE value IS 203 (79.69% from 255) = 30.21%

R = 35.57%
G = 34.23%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE6CB (or 0xEFE6CB) is known color: Orange White. HEX triplet: EF, E6 and CB. RGB value is (239,230,203). Sum of RGB (Red+Green+Blue) = 239+230+203=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CB is #101934. Grayscale: #E5E5E5. Windows color (decimal): -1055029 or 13362927. OLE color: 13362927.

HSL color Cylindrical-coordinate representation of color #EFE6CB: hue angle of 45º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE6CB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 203 -
CMYK 0 0.04 0.15 0.06
HSL 45º 0.53% 0.87% -
HSV(B) 45º 0.15% 0.94% -
XYZ 74.67 79.26 67.86 -
YUV 229.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 239 230 203 0 0.04 0.15 0.06 45 0.53 0.87
Hex EF E6 CB 0 4 F 6 2D 35 57
Octal 357 346 313 0 4 17 6 55 65 127
Binary 11101111 11100110 11001011 0 100 1111 110 101101 110101 1010111

Color Harmonies of #EFE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6CB

Black with #EFE6CB

Text Example


Text Example

White with #EFE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6CB; }

 p { color: rgb(239,230,203); }

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

background-color css

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

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

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

border-color css

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

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

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