Html Css Color HEX #EFC06B Harvest Gold

📋 copy color: '#EFC06B'

red 239 ◦ green 192 ◦ blue 107

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

Shades of Harvest Gold #EFC06B

Tints of Harvest Gold #EFC06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 44.42%
G = 35.69%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC06B (or 0xEFC06B) is known color: Harvest Gold. HEX triplet: EF, C0 and 6B. RGB value is (239,192,107). Sum of RGB (Red+Green+Blue) = 239+192+107=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC06B is #103F94. Grayscale: #C4C4C4. Windows color (decimal): -1064853 or 7061743. OLE color: 7061743.

HSL color Cylindrical-coordinate representation of color #EFC06B: hue angle of 38.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFC06B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 107 -
CMYK 0 0.20 0.55 0.06
HSL 38.64º 0.8% 0.68% -
HSV(B) 38.64º 0.55% 0.94% -
XYZ 57.1 57.11 21.92 -
YUV 196.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 239 192 107 0 0.20 0.55 0.06 38.64 0.8 0.68
Hex EF C0 6B 0 14 37 6 27 50 44
Octal 357 300 153 0 24 67 6 47 120 104
Binary 11101111 11000000 1101011 0 10100 110111 110 100111 1010000 1000100

Color Harmonies of #EFC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC06B

Black with #EFC06B

Text Example


Text Example

White with #EFC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC06B; }

 p { color: rgb(239,192,107); }

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

background-color css

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

 a { background-color: rgb(239,192,107); }

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

border-color css

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

 span { border-color: rgb(239,192,107); }

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