Html Css Color HEX #EFD28D Cherokee

📋 copy color: '#EFD28D'

red 239 ◦ green 210 ◦ blue 141

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

Shades of Cherokee #EFD28D

Tints of Cherokee #EFD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.59%

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 40.51%
G = 35.59%
B = 23.9%

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

#EFD28D (or 0xEFD28D) is known color: Cherokee. HEX triplet: EF, D2 and 8D. RGB value is (239,210,141). Sum of RGB (Red+Green+Blue) = 239+210+141=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD28D is #102D72. Grayscale: #D3D3D3. Windows color (decimal): -1060211 or 9294575. OLE color: 9294575.

HSL color Cylindrical-coordinate representation of color #EFD28D: hue angle of 42.24º 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 #EFD28D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 141 -
CMYK 0 0.12 0.41 0.06
HSL 42.24º 0.75% 0.75% -
HSV(B) 42.24º 0.41% 0.94% -
XYZ 63.45 66.37 34.67 -
YUV 210.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 239 210 141 0 0.12 0.41 0.06 42.24 0.75 0.75
Hex EF D2 8D 0 C 29 6 2A 4B 4B
Octal 357 322 215 0 14 51 6 52 113 113
Binary 11101111 11010010 10001101 0 1100 101001 110 101010 1001011 1001011

Color Harmonies of #EFD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD28D

Black with #EFD28D

Text Example


Text Example

White with #EFD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD28D; }

 p { color: rgb(239,210,141); }

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

background-color css

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

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

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

border-color css

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

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

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