Html Css Color HEX #EFE6CE Orange White

📋 copy color: '#EFE6CE'

red 239 ◦ green 230 ◦ blue 206

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

Shades of Orange White #EFE6CE

Tints of Orange White #EFE6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.52%

R = 35.41%
G = 34.07%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFE6CE (or 0xEFE6CE) is known color: Orange White. HEX triplet: EF, E6 and CE. RGB value is (239,230,206). Sum of RGB (Red+Green+Blue) = 239+230+206=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CE is #101931. Grayscale: #E6E6E6. Windows color (decimal): -1055026 or 13559535. OLE color: 13559535.

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

Color convert

RGB 239 230 206 -
CMYK 0 0.04 0.14 0.06
HSL 43.64º 0.51% 0.87% -
HSV(B) 43.64º 0.14% 0.94% -
XYZ 75.03 79.4 69.76 -
YUV 229.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 239 230 206 0 0.04 0.14 0.06 43.64 0.51 0.87
Hex EF E6 CE 0 4 E 6 2C 33 57
Octal 357 346 316 0 4 16 6 54 63 127
Binary 11101111 11100110 11001110 0 100 1110 110 101100 110011 1010111

Color Harmonies of #EFE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6CE

Black with #EFE6CE

Text Example


Text Example

White with #EFE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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