Html Css Color HEX #EFD07A Cherokee

📋 copy color: '#EFD07A'

red 239 ◦ green 208 ◦ blue 122

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

Shades of Cherokee #EFD07A

Tints of Cherokee #EFD07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 42%
G = 36.56%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD07A (or 0xEFD07A) is known color: Cherokee. HEX triplet: EF, D0 and 7A. RGB value is (239,208,122). Sum of RGB (Red+Green+Blue) = 239+208+122=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD07A is #102F85. Grayscale: #CFCFCF. Windows color (decimal): -1060742 or 8048879. OLE color: 8048879.

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

Color convert

RGB 239 208 122 -
CMYK 0 0.13 0.49 0.06
HSL 44.1º 0.79% 0.71% -
HSV(B) 44.1º 0.49% 0.94% -
XYZ 61.67 64.87 27.68 -
YUV 207.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 239 208 122 0 0.13 0.49 0.06 44.1 0.79 0.71
Hex EF D0 7A 0 D 31 6 2C 4F 47
Octal 357 320 172 0 15 61 6 54 117 107
Binary 11101111 11010000 1111010 0 1101 110001 110 101100 1001111 1000111

Color Harmonies of #EFD07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD07A

Black with #EFD07A

Text Example


Text Example

White with #EFD07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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