Html Css Color HEX #EDAD02 Orange

📋 copy color: '#EDAD02'

red 237 ◦ green 173 ◦ blue 2

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

Shades of Orange #EDAD02

Tints of Orange #EDAD02

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 57.52%
G = 41.99%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDAD02 (or 0xEDAD02) is known color: Orange. HEX triplet: ED, AD and 02. RGB value is (237,173,2). Sum of RGB (Red+Green+Blue) = 237+173+2=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD02 is #1252FD. Grayscale: #ADADAD. Windows color (decimal): -1200894 or 175597. OLE color: 175597.

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

Color convert

RGB 237 173 2 -
CMYK 0 0.27 0.99 0.07
HSL 43.66º 0.98% 0.47% -
HSV(B) 43.66º 0.99% 0.93% -
XYZ 49.88 47.9 6.67 -
YUV 172.64 31.7 173.9 -
System Red Green Blue C M Y K H S L
Decimal 237 173 2 0 0.27 0.99 0.07 43.66 0.98 0.47
Hex ED AD 2 0 1B 63 7 2C 62 2F
Octal 355 255 2 0 33 143 7 54 142 57
Binary 11101101 10101101 10 0 11011 1100011 111 101100 1100010 101111

Color Harmonies of #EDAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD02

Black with #EDAD02

Text Example


Text Example

White with #EDAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD02; }

 p { color: rgb(237,173,2); }

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

background-color css

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

 a { background-color: rgb(237,173,2); }

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

border-color css

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

 span { border-color: rgb(237,173,2); }

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