Html Css Color HEX #EDA30D Gamboge

📋 copy color: '#EDA30D'

red 237 ◦ green 163 ◦ blue 13

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

Shades of Gamboge #EDA30D

Tints of Gamboge #EDA30D

RGB

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

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

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

R = 57.38%
G = 39.47%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA30D (or 0xEDA30D) is known color: Gamboge. HEX triplet: ED, A3 and 0D. RGB value is (237,163,13). Sum of RGB (Red+Green+Blue) = 237+163+13=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA30D is #125CF2. Grayscale: #A8A8A8. Windows color (decimal): -1203443 or 893933. OLE color: 893933.

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

Color convert

RGB 237 163 13 -
CMYK 0 0.31 0.95 0.07
HSL 40.18º 0.9% 0.49% -
HSV(B) 40.18º 0.95% 0.93% -
XYZ 48.09 44.23 6.38 -
YUV 168.03 40.52 177.2 -
System Red Green Blue C M Y K H S L
Decimal 237 163 13 0 0.31 0.95 0.07 40.18 0.9 0.49
Hex ED A3 D 0 1F 5F 7 28 5A 31
Octal 355 243 15 0 37 137 7 50 132 61
Binary 11101101 10100011 1101 0 11111 1011111 111 101000 1011010 110001

Color Harmonies of #EDA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA30D

Black with #EDA30D

Text Example


Text Example

White with #EDA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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