Html Css Color HEX #EDB36A Harvest Gold

📋 copy color: '#EDB36A'

red 237 ◦ green 179 ◦ blue 106

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

Shades of Harvest Gold #EDB36A

Tints of Harvest Gold #EDB36A

RGB

 RED value IS 237 (92.97% from 255) = 45.4%

 GREEN value IS 179 (70.31% from 255) = 34.29%

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 45.4%
G = 34.29%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB36A (or 0xEDB36A) is known color: Harvest Gold. HEX triplet: ED, B3 and 6A. RGB value is (237,179,106). Sum of RGB (Red+Green+Blue) = 237+179+106=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB36A is #124C95. Grayscale: #BCBCBC. Windows color (decimal): -1199254 or 6992877. OLE color: 6992877.

HSL color Cylindrical-coordinate representation of color #EDB36A: hue angle of 33.44º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDB36A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 106 -
CMYK 0 0.24 0.55 0.07
HSL 33.44º 0.78% 0.67% -
HSV(B) 33.44º 0.55% 0.93% -
XYZ 53.65 51.29 20.71 -
YUV 188.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 237 179 106 0 0.24 0.55 0.07 33.44 0.78 0.67
Hex ED B3 6A 0 18 37 7 21 4E 43
Octal 355 263 152 0 30 67 7 41 116 103
Binary 11101101 10110011 1101010 0 11000 110111 111 100001 1001110 1000011

Color Harmonies of #EDB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB36A

Black with #EDB36A

Text Example


Text Example

White with #EDB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB36A; }

 p { color: rgb(237,179,106); }

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

background-color css

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

 a { background-color: rgb(237,179,106); }

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

border-color css

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

 span { border-color: rgb(237,179,106); }

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