Html Css Color HEX #EDA312 Gamboge

📋 copy color: '#EDA312'

red 237 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #EDA312

Tints of Gamboge #EDA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 56.7%
G = 39%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA312 (or 0xEDA312) is known color: Gamboge. HEX triplet: ED, A3 and 12. RGB value is (237,163,18). Sum of RGB (Red+Green+Blue) = 237+163+18=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA312 is #125CED. Grayscale: #A9A9A9. Windows color (decimal): -1203438 or 1221613. OLE color: 1221613.

HSL color Cylindrical-coordinate representation of color #EDA312: hue angle of 39.73º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDA312 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 18 -
CMYK 0 0.31 0.92 0.07
HSL 39.73º 0.86% 0.5% -
HSV(B) 39.73º 0.92% 0.93% -
XYZ 48.13 44.24 6.58 -
YUV 168.6 43.02 176.79 -
System Red Green Blue C M Y K H S L
Decimal 237 163 18 0 0.31 0.92 0.07 39.73 0.86 0.5
Hex ED A3 12 0 1F 5C 7 28 56 32
Octal 355 243 22 0 37 134 7 50 126 62
Binary 11101101 10100011 10010 0 11111 1011100 111 101000 1010110 110010

Color Harmonies of #EDA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA312

Black with #EDA312

Text Example


Text Example

White with #EDA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA312; }

 p { color: rgb(237,163,18); }

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

background-color css

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

 a { background-color: rgb(237,163,18); }

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

border-color css

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

 span { border-color: rgb(237,163,18); }

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