Html Css Color HEX #EFD07D Cherokee

📋 copy color: '#EFD07D'

red 239 ◦ green 208 ◦ blue 125

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

Shades of Cherokee #EFD07D

Tints of Cherokee #EFD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.36%

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 41.78%
G = 36.36%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD07D (or 0xEFD07D) is known color: Cherokee. HEX triplet: EF, D0 and 7D. RGB value is (239,208,125). Sum of RGB (Red+Green+Blue) = 239+208+125=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07D is #102F82. Grayscale: #D0D0D0. Windows color (decimal): -1060739 or 8245487. OLE color: 8245487.

HSL color Cylindrical-coordinate representation of color #EFD07D: hue angle of 43.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD07D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 125 -
CMYK 0 0.13 0.48 0.06
HSL 43.68º 0.78% 0.71% -
HSV(B) 43.68º 0.48% 0.94% -
XYZ 61.85 64.94 28.68 -
YUV 207.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 239 208 125 0 0.13 0.48 0.06 43.68 0.78 0.71
Hex EF D0 7D 0 D 30 6 2C 4E 47
Octal 357 320 175 0 15 60 6 54 116 107
Binary 11101111 11010000 1111101 0 1101 110000 110 101100 1001110 1000111

Color Harmonies of #EFD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD07D

Black with #EFD07D

Text Example


Text Example

White with #EFD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD07D; }

 p { color: rgb(239,208,125); }

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

background-color css

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

 a { background-color: rgb(239,208,125); }

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

border-color css

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

 span { border-color: rgb(239,208,125); }

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