Html Css Color HEX #EDA90D Gamboge

📋 copy color: '#EDA90D'

red 237 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #EDA90D

Tints of Gamboge #EDA90D

RGB

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

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

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

R = 56.56%
G = 40.33%
B = 3.1%

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

#EDA90D (or 0xEDA90D) is known color: Gamboge. HEX triplet: ED, A9 and 0D. RGB value is (237,169,13). Sum of RGB (Red+Green+Blue) = 237+169+13=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA90D is #1256F2. Grayscale: #ACACAC. Windows color (decimal): -1201907 or 895469. OLE color: 895469.

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

Color convert

RGB 237 169 13 -
CMYK 0 0.29 0.95 0.07
HSL 41.79º 0.9% 0.49% -
HSV(B) 41.79º 0.95% 0.93% -
XYZ 49.19 46.41 6.75 -
YUV 171.55 38.53 174.68 -
System Red Green Blue C M Y K H S L
Decimal 237 169 13 0 0.29 0.95 0.07 41.79 0.9 0.49
Hex ED A9 D 0 1D 5F 7 2A 5A 31
Octal 355 251 15 0 35 137 7 52 132 61
Binary 11101101 10101001 1101 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #EDA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA90D

Black with #EDA90D

Text Example


Text Example

White with #EDA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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