Html Css Color HEX #EDA70E Gamboge

📋 copy color: '#EDA70E'

red 237 ◦ green 167 ◦ blue 14

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

Shades of Gamboge #EDA70E

Tints of Gamboge #EDA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 56.7%
G = 39.95%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA70E (or 0xEDA70E) is known color: Gamboge. HEX triplet: ED, A7 and 0E. RGB value is (237,167,14). Sum of RGB (Red+Green+Blue) = 237+167+14=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA70E is #1258F1. Grayscale: #ABABAB. Windows color (decimal): -1202418 or 960493. OLE color: 960493.

HSL color Cylindrical-coordinate representation of color #EDA70E: hue angle of 41.17º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDA70E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 14 -
CMYK 0 0.30 0.94 0.07
HSL 41.17º 0.89% 0.49% -
HSV(B) 41.17º 0.94% 0.93% -
XYZ 48.82 45.67 6.66 -
YUV 170.49 39.69 175.44 -
System Red Green Blue C M Y K H S L
Decimal 237 167 14 0 0.30 0.94 0.07 41.17 0.89 0.49
Hex ED A7 E 0 1E 5E 7 29 59 31
Octal 355 247 16 0 36 136 7 51 131 61
Binary 11101101 10100111 1110 0 11110 1011110 111 101001 1011001 110001

Color Harmonies of #EDA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA70E

Black with #EDA70E

Text Example


Text Example

White with #EDA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA70E; }

 p { color: rgb(237,167,14); }

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

background-color css

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

 a { background-color: rgb(237,167,14); }

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

border-color css

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

 span { border-color: rgb(237,167,14); }

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