Html Css Color HEX #EDA10F Gamboge

📋 copy color: '#EDA10F'

red 237 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #EDA10F

Tints of Gamboge #EDA10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 57.38%
G = 38.98%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA10F (or 0xEDA10F) is known color: Gamboge. HEX triplet: ED, A1 and 0F. RGB value is (237,161,15). Sum of RGB (Red+Green+Blue) = 237+161+15=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA10F is #125EF0. Grayscale: #A7A7A7. Windows color (decimal): -1203953 or 1024493. OLE color: 1024493.

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

Color convert

RGB 237 161 15 -
CMYK 0 0.32 0.94 0.07
HSL 39.46º 0.88% 0.49% -
HSV(B) 39.46º 0.94% 0.93% -
XYZ 47.76 43.53 6.34 -
YUV 167.08 42.18 177.87 -
System Red Green Blue C M Y K H S L
Decimal 237 161 15 0 0.32 0.94 0.07 39.46 0.88 0.49
Hex ED A1 F 0 20 5E 7 27 58 31
Octal 355 241 17 0 40 136 7 47 130 61
Binary 11101101 10100001 1111 0 100000 1011110 111 100111 1011000 110001

Color Harmonies of #EDA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA10F

Black with #EDA10F

Text Example


Text Example

White with #EDA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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