Html Css Color HEX #ED983E Sea Buckthorn

📋 copy color: '#ED983E'

red 237 ◦ green 152 ◦ blue 62

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

Shades of Sea Buckthorn #ED983E

Tints of Sea Buckthorn #ED983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

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

R = 52.55%
G = 33.7%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED983E (or 0xED983E) is known color: Sea Buckthorn. HEX triplet: ED, 98 and 3E. RGB value is (237,152,62). Sum of RGB (Red+Green+Blue) = 237+152+62=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED983E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED983E is #1267C1. Grayscale: #A7A7A7. Windows color (decimal): -1206210 or 4102381. OLE color: 4102381.

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

Color convert

RGB 237 152 62 -
CMYK 0 0.36 0.74 0.07
HSL 30.86º 0.83% 0.59% -
HSV(B) 30.86º 0.74% 0.93% -
XYZ 47.02 40.81 9.96 -
YUV 167.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 237 152 62 0 0.36 0.74 0.07 30.86 0.83 0.59
Hex ED 98 3E 0 24 4A 7 1F 53 3B
Octal 355 230 76 0 44 112 7 37 123 73
Binary 11101101 10011000 111110 0 100100 1001010 111 11111 1010011 111011

Color Harmonies of #ED983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED983E

Black with #ED983E

Text Example


Text Example

White with #ED983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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