Html Css Color HEX #EFD07F Cherokee

📋 copy color: '#EFD07F'

red 239 ◦ green 208 ◦ blue 127

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

Shades of Cherokee #EFD07F

Tints of Cherokee #EFD07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.13%

R = 41.64%
G = 36.24%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFD07F (or 0xEFD07F) is known color: Cherokee. HEX triplet: EF, D0 and 7F. RGB value is (239,208,127). Sum of RGB (Red+Green+Blue) = 239+208+127=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07F is #102F80. Grayscale: #D0D0D0. Windows color (decimal): -1060737 or 8376559. OLE color: 8376559.

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

Color convert

RGB 239 208 127 -
CMYK 0 0.13 0.47 0.06
HSL 43.39º 0.78% 0.72% -
HSV(B) 43.39º 0.47% 0.94% -
XYZ 61.98 64.99 29.36 -
YUV 208.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 239 208 127 0 0.13 0.47 0.06 43.39 0.78 0.72
Hex EF D0 7F 0 D 2F 6 2B 4E 48
Octal 357 320 177 0 15 57 6 53 116 110
Binary 11101111 11010000 1111111 0 1101 101111 110 101011 1001110 1001000

Color Harmonies of #EFD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD07F

Black with #EFD07F

Text Example


Text Example

White with #EFD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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