Html Css Color HEX #EDA90F Gamboge

📋 copy color: '#EDA90F'

red 237 ◦ green 169 ◦ blue 15

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

Shades of Gamboge #EDA90F

Tints of Gamboge #EDA90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 56.29%
G = 40.14%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA90F (or 0xEDA90F) is known color: Gamboge. HEX triplet: ED, A9 and 0F. RGB value is (237,169,15). Sum of RGB (Red+Green+Blue) = 237+169+15=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA90F is #1256F0. Grayscale: #ACACAC. Windows color (decimal): -1201905 or 1026541. OLE color: 1026541.

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

Color convert

RGB 237 169 15 -
CMYK 0 0.29 0.94 0.07
HSL 41.62º 0.88% 0.49% -
HSV(B) 41.62º 0.94% 0.93% -
XYZ 49.2 46.41 6.82 -
YUV 171.78 39.53 174.52 -
System Red Green Blue C M Y K H S L
Decimal 237 169 15 0 0.29 0.94 0.07 41.62 0.88 0.49
Hex ED A9 F 0 1D 5E 7 2A 58 31
Octal 355 251 17 0 35 136 7 52 130 61
Binary 11101101 10101001 1111 0 11101 1011110 111 101010 1011000 110001

Color Harmonies of #EDA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA90F

Black with #EDA90F

Text Example


Text Example

White with #EDA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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