Html Css Color HEX #EDA100 Orange Peel

📋 copy color: '#EDA100'

red 237 ◦ green 161 ◦ blue 0

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

Shades of Orange Peel #EDA100

Tints of Orange Peel #EDA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 59.55%
G = 40.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDA100 (or 0xEDA100) is known color: Orange Peel. HEX triplet: ED, A1 and 00. RGB value is (237,161,0). Sum of RGB (Red+Green+Blue) = 237+161+0=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA100 is #125EFF. Grayscale: #A6A6A6. Windows color (decimal): -1203968 or 41453. OLE color: 41453.

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

Color convert

RGB 237 161 0 -
CMYK 0 0.32 1 0.07
HSL 40.76º 1% 0.46% -
HSV(B) 40.76º 1% 0.93% -
XYZ 47.67 43.49 5.88 -
YUV 165.37 34.68 179.09 -
System Red Green Blue C M Y K H S L
Decimal 237 161 0 0 0.32 1 0.07 40.76 1 0.46
Hex ED A1 0 0 20 64 7 29 64 2E
Octal 355 241 0 0 40 144 7 51 144 56
Binary 11101101 10100001 0 0 100000 1100100 111 101001 1100100 101110

Color Harmonies of #EDA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA100

Black with #EDA100

Text Example


Text Example

White with #EDA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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