Html Css Color HEX #EFBD67 Harvest Gold

📋 copy color: '#EFBD67'

red 239 ◦ green 189 ◦ blue 103

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

Shades of Harvest Gold #EFBD67

Tints of Harvest Gold #EFBD67

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

 BLUE value IS 103 (40.63% from 255) = 19.4%

R = 45.01%
G = 35.59%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFBD67 (or 0xEFBD67) is known color: Harvest Gold. HEX triplet: EF, BD and 67. RGB value is (239,189,103). Sum of RGB (Red+Green+Blue) = 239+189+103=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD67 is #104298. Grayscale: #C2C2C2. Windows color (decimal): -1065625 or 6798831. OLE color: 6798831.

HSL color Cylindrical-coordinate representation of color #EFBD67: hue angle of 37.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFBD67 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 103 -
CMYK 0 0.21 0.57 0.06
HSL 37.94º 0.81% 0.67% -
HSV(B) 37.94º 0.57% 0.94% -
XYZ 56.24 55.73 20.62 -
YUV 194.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 239 189 103 0 0.21 0.57 0.06 37.94 0.81 0.67
Hex EF BD 67 0 15 39 6 26 51 43
Octal 357 275 147 0 25 71 6 46 121 103
Binary 11101111 10111101 1100111 0 10101 111001 110 100110 1010001 1000011

Color Harmonies of #EFBD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD67

Black with #EFBD67

Text Example


Text Example

White with #EFBD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD67; }

 p { color: rgb(239,189,103); }

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

background-color css

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

 a { background-color: rgb(239,189,103); }

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

border-color css

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

 span { border-color: rgb(239,189,103); }

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