Html Css Color HEX #ED993E Sea Buckthorn

📋 copy color: '#ED993E'

red 237 ◦ green 153 ◦ blue 62

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

Shades of Sea Buckthorn #ED993E

Tints of Sea Buckthorn #ED993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 62 (24.61% from 255) = 13.72%

R = 52.43%
G = 33.85%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED993E (or 0xED993E) is known color: Sea Buckthorn. HEX triplet: ED, 99 and 3E. RGB value is (237,153,62). Sum of RGB (Red+Green+Blue) = 237+153+62=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED993E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED993E is #1266C1. Grayscale: #A8A8A8. Windows color (decimal): -1205954 or 4102637. OLE color: 4102637.

HSL color Cylindrical-coordinate representation of color #ED993E: hue angle of 31.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED993E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 62 -
CMYK 0 0.35 0.74 0.07
HSL 31.2º 0.83% 0.59% -
HSV(B) 31.2º 0.74% 0.93% -
XYZ 47.19 41.13 10.01 -
YUV 167.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 237 153 62 0 0.35 0.74 0.07 31.2 0.83 0.59
Hex ED 99 3E 0 23 4A 7 1F 53 3B
Octal 355 231 76 0 43 112 7 37 123 73
Binary 11101101 10011001 111110 0 100011 1001010 111 11111 1010011 111011

Color Harmonies of #ED993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED993E

Black with #ED993E

Text Example


Text Example

White with #ED993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED993E; }

 p { color: rgb(237,153,62); }

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

background-color css

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

 a { background-color: rgb(237,153,62); }

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

border-color css

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

 span { border-color: rgb(237,153,62); }

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