Html Css Color HEX #EFD48D Cherokee

📋 copy color: '#EFD48D'

red 239 ◦ green 212 ◦ blue 141

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

Shades of Cherokee #EFD48D

Tints of Cherokee #EFD48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.81%

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

R = 40.37%
G = 35.81%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD48D (or 0xEFD48D) is known color: Cherokee. HEX triplet: EF, D4 and 8D. RGB value is (239,212,141). Sum of RGB (Red+Green+Blue) = 239+212+141=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD48D is #102B72. Grayscale: #D4D4D4. Windows color (decimal): -1059699 or 9295087. OLE color: 9295087.

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

Color convert

RGB 239 212 141 -
CMYK 0 0.11 0.41 0.06
HSL 43.47º 0.75% 0.75% -
HSV(B) 43.47º 0.41% 0.94% -
XYZ 63.95 67.36 34.83 -
YUV 211.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 239 212 141 0 0.11 0.41 0.06 43.47 0.75 0.75
Hex EF D4 8D 0 B 29 6 2B 4B 4B
Octal 357 324 215 0 13 51 6 53 113 113
Binary 11101111 11010100 10001101 0 1011 101001 110 101011 1001011 1001011

Color Harmonies of #EFD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD48D

Black with #EFD48D

Text Example


Text Example

White with #EFD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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