Html Css Color HEX #EDAC00 Orange

📋 copy color: '#EDAC00'

red 237 ◦ green 172 ◦ blue 0

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

Shades of Orange #EDAC00

Tints of Orange #EDAC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.95%
G = 42.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDAC00 (or 0xEDAC00) is known color: Orange. HEX triplet: ED, AC and 00. RGB value is (237,172,0). Sum of RGB (Red+Green+Blue) = 237+172+0=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC00 is #1253FF. Grayscale: #ACACAC. Windows color (decimal): -1201152 or 44269. OLE color: 44269.

HSL color Cylindrical-coordinate representation of color #EDAC00: hue angle of 43.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDAC00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 0 -
CMYK 0 0.27 1 0.07
HSL 43.54º 1% 0.46% -
HSV(B) 43.54º 1% 0.93% -
XYZ 49.68 47.51 6.55 -
YUV 171.83 31.03 174.49 -
System Red Green Blue C M Y K H S L
Decimal 237 172 0 0 0.27 1 0.07 43.54 1 0.46
Hex ED AC 0 0 1B 64 7 2C 64 2E
Octal 355 254 0 0 33 144 7 54 144 56
Binary 11101101 10101100 0 0 11011 1100100 111 101100 1100100 101110

Color Harmonies of #EDAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC00

Black with #EDAC00

Text Example


Text Example

White with #EDAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC00; }

 p { color: rgb(237,172,0); }

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

background-color css

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

 a { background-color: rgb(237,172,0); }

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

border-color css

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

 span { border-color: rgb(237,172,0); }

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