Html Css Color HEX #ED920A Gamboge

📋 copy color: '#ED920A'

red 237 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #ED920A

Tints of Gamboge #ED920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 60.31%
G = 37.15%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED920A (or 0xED920A) is known color: Gamboge. HEX triplet: ED, 92 and 0A. RGB value is (237,146,10). Sum of RGB (Red+Green+Blue) = 237+146+10=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED920A is #126DF5. Grayscale: #9E9E9E. Windows color (decimal): -1207798 or 692973. OLE color: 692973.

HSL color Cylindrical-coordinate representation of color #ED920A: hue angle of 35.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED920A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 10 -
CMYK 0 0.38 0.96 0.07
HSL 35.95º 0.92% 0.48% -
HSV(B) 35.95º 0.96% 0.93% -
XYZ 45.26 38.58 5.35 -
YUV 157.71 44.65 184.56 -
System Red Green Blue C M Y K H S L
Decimal 237 146 10 0 0.38 0.96 0.07 35.95 0.92 0.48
Hex ED 92 A 0 26 60 7 24 5C 30
Octal 355 222 12 0 46 140 7 44 134 60
Binary 11101101 10010010 1010 0 100110 1100000 111 100100 1011100 110000

Color Harmonies of #ED920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED920A

Black with #ED920A

Text Example


Text Example

White with #ED920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED920A; }

 p { color: rgb(237,146,10); }

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

background-color css

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

 a { background-color: rgb(237,146,10); }

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

border-color css

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

 span { border-color: rgb(237,146,10); }

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