Html Css Color HEX #EFD38A Cherokee

📋 copy color: '#EFD38A'

red 239 ◦ green 211 ◦ blue 138

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

Shades of Cherokee #EFD38A

Tints of Cherokee #EFD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.47%

R = 40.65%
G = 35.88%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD38A (or 0xEFD38A) is known color: Cherokee. HEX triplet: EF, D3 and 8A. RGB value is (239,211,138). Sum of RGB (Red+Green+Blue) = 239+211+138=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD38A is #102C75. Grayscale: #D3D3D3. Windows color (decimal): -1059958 or 9098223. OLE color: 9098223.

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

Color convert

RGB 239 211 138 -
CMYK 0 0.12 0.42 0.06
HSL 43.37º 0.76% 0.74% -
HSV(B) 43.37º 0.42% 0.94% -
XYZ 63.48 66.77 33.59 -
YUV 211.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 239 211 138 0 0.12 0.42 0.06 43.37 0.76 0.74
Hex EF D3 8A 0 C 2A 6 2B 4C 4A
Octal 357 323 212 0 14 52 6 53 114 112
Binary 11101111 11010011 10001010 0 1100 101010 110 101011 1001100 1001010

Color Harmonies of #EFD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD38A

Black with #EFD38A

Text Example


Text Example

White with #EFD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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