Html Css Color HEX #EDA01A Gamboge

📋 copy color: '#EDA01A'

red 237 ◦ green 160 ◦ blue 26

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

Shades of Gamboge #EDA01A

Tints of Gamboge #EDA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

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

R = 56.03%
G = 37.83%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA01A (or 0xEDA01A) is known color: Gamboge. HEX triplet: ED, A0 and 1A. RGB value is (237,160,26). Sum of RGB (Red+Green+Blue) = 237+160+26=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01A is #125FE5. Grayscale: #A8A8A8. Windows color (decimal): -1204198 or 1745133. OLE color: 1745133.

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

Color convert

RGB 237 160 26 -
CMYK 0 0.32 0.89 0.07
HSL 38.1º 0.85% 0.52% -
HSV(B) 38.1º 0.89% 0.93% -
XYZ 47.68 43.22 6.81 -
YUV 167.75 48.01 177.4 -
System Red Green Blue C M Y K H S L
Decimal 237 160 26 0 0.32 0.89 0.07 38.1 0.85 0.52
Hex ED A0 1A 0 20 59 7 26 55 34
Octal 355 240 32 0 40 131 7 46 125 64
Binary 11101101 10100000 11010 0 100000 1011001 111 100110 1010101 110100

Color Harmonies of #EDA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA01A

Black with #EDA01A

Text Example


Text Example

White with #EDA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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