Html Css Color HEX #EDAC04 Orange

📋 copy color: '#EDAC04'

red 237 ◦ green 172 ◦ blue 4

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

Shades of Orange #EDAC04

Tints of Orange #EDAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 57.38%
G = 41.65%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDAC04 (or 0xEDAC04) is known color: Orange. HEX triplet: ED, AC and 04. RGB value is (237,172,4). Sum of RGB (Red+Green+Blue) = 237+172+4=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC04 is #1253FB. Grayscale: #ADADAD. Windows color (decimal): -1201148 or 306413. OLE color: 306413.

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

Color convert

RGB 237 172 4 -
CMYK 0 0.27 0.98 0.07
HSL 43.26º 0.97% 0.47% -
HSV(B) 43.26º 0.98% 0.93% -
XYZ 49.7 47.52 6.67 -
YUV 172.28 33.03 174.16 -
System Red Green Blue C M Y K H S L
Decimal 237 172 4 0 0.27 0.98 0.07 43.26 0.97 0.47
Hex ED AC 4 0 1B 62 7 2B 61 2F
Octal 355 254 4 0 33 142 7 53 141 57
Binary 11101101 10101100 100 0 11011 1100010 111 101011 1100001 101111

Color Harmonies of #EDAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC04

Black with #EDAC04

Text Example


Text Example

White with #EDAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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