Html Css Color HEX #ED934A Sea Buckthorn

📋 copy color: '#ED934A'

red 237 ◦ green 147 ◦ blue 74

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

Shades of Sea Buckthorn #ED934A

Tints of Sea Buckthorn #ED934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 51.75%
G = 32.1%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED934A (or 0xED934A) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 4A. RGB value is (237,147,74). Sum of RGB (Red+Green+Blue) = 237+147+74=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED934A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED934A is #126CB5. Grayscale: #A5A5A5. Windows color (decimal): -1207478 or 4887533. OLE color: 4887533.

HSL color Cylindrical-coordinate representation of color #ED934A: hue angle of 26.87º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED934A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 74 -
CMYK 0 0.38 0.69 0.07
HSL 26.87º 0.82% 0.61% -
HSV(B) 26.87º 0.69% 0.93% -
XYZ 46.59 39.37 11.62 -
YUV 165.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 237 147 74 0 0.38 0.69 0.07 26.87 0.82 0.61
Hex ED 93 4A 0 26 45 7 1B 52 3D
Octal 355 223 112 0 46 105 7 33 122 75
Binary 11101101 10010011 1001010 0 100110 1000101 111 11011 1010010 111101

Color Harmonies of #ED934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED934A

Black with #ED934A

Text Example


Text Example

White with #ED934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED934A; }

 p { color: rgb(237,147,74); }

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

background-color css

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

 a { background-color: rgb(237,147,74); }

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

border-color css

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

 span { border-color: rgb(237,147,74); }

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