Html Css Color HEX #EFD38E Cherokee

📋 copy color: '#EFD38E'

red 239 ◦ green 211 ◦ blue 142

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

Shades of Cherokee #EFD38E

Tints of Cherokee #EFD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.64%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 40.37%
G = 35.64%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD38E (or 0xEFD38E) is known color: Cherokee. HEX triplet: EF, D3 and 8E. RGB value is (239,211,142). Sum of RGB (Red+Green+Blue) = 239+211+142=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD38E is #102C71. Grayscale: #D3D3D3. Windows color (decimal): -1059954 or 9360367. OLE color: 9360367.

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

Color convert

RGB 239 211 142 -
CMYK 0 0.12 0.41 0.06
HSL 42.68º 0.75% 0.75% -
HSV(B) 42.68º 0.41% 0.94% -
XYZ 63.77 66.89 35.14 -
YUV 211.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 239 211 142 0 0.12 0.41 0.06 42.68 0.75 0.75
Hex EF D3 8E 0 C 29 6 2B 4B 4B
Octal 357 323 216 0 14 51 6 53 113 113
Binary 11101111 11010011 10001110 0 1100 101001 110 101011 1001011 1001011

Color Harmonies of #EFD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD38E

Black with #EFD38E

Text Example


Text Example

White with #EFD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD38E; }

 p { color: rgb(239,211,142); }

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

background-color css

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

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

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

border-color css

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

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

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