Html Css Color HEX #EDA90C Gamboge

📋 copy color: '#EDA90C'

red 237 ◦ green 169 ◦ blue 12

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

Shades of Gamboge #EDA90C

Tints of Gamboge #EDA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 56.7%
G = 40.43%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA90C (or 0xEDA90C) is known color: Gamboge. HEX triplet: ED, A9 and 0C. RGB value is (237,169,12). Sum of RGB (Red+Green+Blue) = 237+169+12=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA90C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA90C is #1256F3. Grayscale: #ACACAC. Windows color (decimal): -1201908 or 829933. OLE color: 829933.

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

Color convert

RGB 237 169 12 -
CMYK 0 0.29 0.95 0.07
HSL 41.87º 0.9% 0.49% -
HSV(B) 41.87º 0.95% 0.93% -
XYZ 49.18 46.41 6.71 -
YUV 171.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 237 169 12 0 0.29 0.95 0.07 41.87 0.9 0.49
Hex ED A9 C 0 1D 5F 7 2A 5A 31
Octal 355 251 14 0 35 137 7 52 132 61
Binary 11101101 10101001 1100 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #EDA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA90C

Black with #EDA90C

Text Example


Text Example

White with #EDA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA90C; }

 p { color: rgb(237,169,12); }

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

background-color css

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

 a { background-color: rgb(237,169,12); }

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

border-color css

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

 span { border-color: rgb(237,169,12); }

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