Html Css Color HEX #EDAB03 Orange

📋 copy color: '#EDAB03'

red 237 ◦ green 171 ◦ blue 3

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

Shades of Orange #EDAB03

Tints of Orange #EDAB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 57.66%
G = 41.61%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDAB03 (or 0xEDAB03) is known color: Orange. HEX triplet: ED, AB and 03. RGB value is (237,171,3). Sum of RGB (Red+Green+Blue) = 237+171+3=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB03 is #1254FC. Grayscale: #ACACAC. Windows color (decimal): -1201405 or 240621. OLE color: 240621.

HSL color Cylindrical-coordinate representation of color #EDAB03: hue angle of 43.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDAB03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 3 -
CMYK 0 0.28 0.99 0.07
HSL 43.08º 0.98% 0.47% -
HSV(B) 43.08º 0.99% 0.93% -
XYZ 49.5 47.14 6.58 -
YUV 171.58 32.87 174.66 -
System Red Green Blue C M Y K H S L
Decimal 237 171 3 0 0.28 0.99 0.07 43.08 0.98 0.47
Hex ED AB 3 0 1C 63 7 2B 62 2F
Octal 355 253 3 0 34 143 7 53 142 57
Binary 11101101 10101011 11 0 11100 1100011 111 101011 1100010 101111

Color Harmonies of #EDAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB03

Black with #EDAB03

Text Example


Text Example

White with #EDAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB03; }

 p { color: rgb(237,171,3); }

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

background-color css

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

 a { background-color: rgb(237,171,3); }

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

border-color css

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

 span { border-color: rgb(237,171,3); }

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