Html Css Color HEX #EDA91A Gamboge

📋 copy color: '#EDA91A'

red 237 ◦ green 169 ◦ blue 26

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

Shades of Gamboge #EDA91A

Tints of Gamboge #EDA91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.02%

R = 54.86%
G = 39.12%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA91A (or 0xEDA91A) is known color: Gamboge. HEX triplet: ED, A9 and 1A. RGB value is (237,169,26). Sum of RGB (Red+Green+Blue) = 237+169+26=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA91A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA91A is #1256E5. Grayscale: #ADADAD. Windows color (decimal): -1201894 or 1747437. OLE color: 1747437.

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

Color convert

RGB 237 169 26 -
CMYK 0 0.29 0.89 0.07
HSL 40.66º 0.85% 0.52% -
HSV(B) 40.66º 0.89% 0.93% -
XYZ 49.3 46.46 7.35 -
YUV 173.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 237 169 26 0 0.29 0.89 0.07 40.66 0.85 0.52
Hex ED A9 1A 0 1D 59 7 29 55 34
Octal 355 251 32 0 35 131 7 51 125 64
Binary 11101101 10101001 11010 0 11101 1011001 111 101001 1010101 110100

Color Harmonies of #EDA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA91A

Black with #EDA91A

Text Example


Text Example

White with #EDA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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