Html Css Color HEX #EDA10D Gamboge

📋 copy color: '#EDA10D'

red 237 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #EDA10D

Tints of Gamboge #EDA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 57.66%
G = 39.17%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA10D (or 0xEDA10D) is known color: Gamboge. HEX triplet: ED, A1 and 0D. RGB value is (237,161,13). Sum of RGB (Red+Green+Blue) = 237+161+13=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA10D is #125EF2. Grayscale: #A7A7A7. Windows color (decimal): -1203955 or 893421. OLE color: 893421.

HSL color Cylindrical-coordinate representation of color #EDA10D: hue angle of 39.64º 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 #EDA10D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 13 -
CMYK 0 0.32 0.95 0.07
HSL 39.64º 0.9% 0.49% -
HSV(B) 39.64º 0.95% 0.93% -
XYZ 47.74 43.52 6.27 -
YUV 166.85 41.18 178.03 -
System Red Green Blue C M Y K H S L
Decimal 237 161 13 0 0.32 0.95 0.07 39.64 0.9 0.49
Hex ED A1 D 0 20 5F 7 28 5A 31
Octal 355 241 15 0 40 137 7 50 132 61
Binary 11101101 10100001 1101 0 100000 1011111 111 101000 1011010 110001

Color Harmonies of #EDA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA10D

Black with #EDA10D

Text Example


Text Example

White with #EDA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA10D; }

 p { color: rgb(237,161,13); }

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

background-color css

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

 a { background-color: rgb(237,161,13); }

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

border-color css

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

 span { border-color: rgb(237,161,13); }

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