Html Css Color HEX #EDA51E Gamboge

📋 copy color: '#EDA51E'

red 237 ◦ green 165 ◦ blue 30

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

Shades of Gamboge #EDA51E

Tints of Gamboge #EDA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 54.86%
G = 38.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDA51E (or 0xEDA51E) is known color: Gamboge. HEX triplet: ED, A5 and 1E. RGB value is (237,165,30). Sum of RGB (Red+Green+Blue) = 237+165+30=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA51E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA51E is #125AE1. Grayscale: #ABABAB. Windows color (decimal): -1202914 or 2008557. OLE color: 2008557.

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

Color convert

RGB 237 165 30 -
CMYK 0 0.30 0.87 0.07
HSL 39.13º 0.85% 0.52% -
HSV(B) 39.13º 0.87% 0.93% -
XYZ 48.61 45.01 7.35 -
YUV 171.14 48.35 174.98 -
System Red Green Blue C M Y K H S L
Decimal 237 165 30 0 0.30 0.87 0.07 39.13 0.85 0.52
Hex ED A5 1E 0 1E 57 7 27 55 34
Octal 355 245 36 0 36 127 7 47 125 64
Binary 11101101 10100101 11110 0 11110 1010111 111 100111 1010101 110100

Color Harmonies of #EDA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA51E

Black with #EDA51E

Text Example


Text Example

White with #EDA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA51E; }

 p { color: rgb(237,165,30); }

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

background-color css

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

 a { background-color: rgb(237,165,30); }

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

border-color css

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

 span { border-color: rgb(237,165,30); }

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