Html Css Color HEX #EDA00F Gamboge

📋 copy color: '#EDA00F'

red 237 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #EDA00F

Tints of Gamboge #EDA00F

RGB

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

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

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

R = 57.52%
G = 38.83%
B = 3.64%

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

#EDA00F (or 0xEDA00F) is known color: Gamboge. HEX triplet: ED, A0 and 0F. RGB value is (237,160,15). Sum of RGB (Red+Green+Blue) = 237+160+15=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA00F is #125FF0. Grayscale: #A7A7A7. Windows color (decimal): -1204209 or 1024237. OLE color: 1024237.

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

Color convert

RGB 237 160 15 -
CMYK 0 0.32 0.94 0.07
HSL 39.19º 0.88% 0.49% -
HSV(B) 39.19º 0.94% 0.93% -
XYZ 47.58 43.18 6.28 -
YUV 166.49 42.51 178.29 -
System Red Green Blue C M Y K H S L
Decimal 237 160 15 0 0.32 0.94 0.07 39.19 0.88 0.49
Hex ED A0 F 0 20 5E 7 27 58 31
Octal 355 240 17 0 40 136 7 47 130 61
Binary 11101101 10100000 1111 0 100000 1011110 111 100111 1011000 110001

Color Harmonies of #EDA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA00F

Black with #EDA00F

Text Example


Text Example

White with #EDA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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