Html Css Color HEX #EDA11C Gamboge

📋 copy color: '#EDA11C'

red 237 ◦ green 161 ◦ blue 28

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

Shades of Gamboge #EDA11C

Tints of Gamboge #EDA11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 55.63%
G = 37.79%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA11C (or 0xEDA11C) is known color: Gamboge. HEX triplet: ED, A1 and 1C. RGB value is (237,161,28). Sum of RGB (Red+Green+Blue) = 237+161+28=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA11C is #125EE3. Grayscale: #A9A9A9. Windows color (decimal): -1203940 or 1876461. OLE color: 1876461.

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

Color convert

RGB 237 161 28 -
CMYK 0 0.32 0.88 0.07
HSL 38.18º 0.85% 0.52% -
HSV(B) 38.18º 0.88% 0.93% -
XYZ 47.88 43.58 6.99 -
YUV 168.56 48.68 176.81 -
System Red Green Blue C M Y K H S L
Decimal 237 161 28 0 0.32 0.88 0.07 38.18 0.85 0.52
Hex ED A1 1C 0 20 58 7 26 55 34
Octal 355 241 34 0 40 130 7 46 125 64
Binary 11101101 10100001 11100 0 100000 1011000 111 100110 1010101 110100

Color Harmonies of #EDA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA11C

Black with #EDA11C

Text Example


Text Example

White with #EDA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA11C; }

 p { color: rgb(237,161,28); }

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

background-color css

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

 a { background-color: rgb(237,161,28); }

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

border-color css

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

 span { border-color: rgb(237,161,28); }

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