Html Css Color HEX #ED9D4A Sea Buckthorn

📋 copy color: '#ED9D4A'

red 237 ◦ green 157 ◦ blue 74

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

Shades of Sea Buckthorn #ED9D4A

Tints of Sea Buckthorn #ED9D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.55%

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

R = 50.64%
G = 33.55%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED9D4A (or 0xED9D4A) is known color: Sea Buckthorn. HEX triplet: ED, 9D and 4A. RGB value is (237,157,74). Sum of RGB (Red+Green+Blue) = 237+157+74=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D4A is #1262B5. Grayscale: #ABABAB. Windows color (decimal): -1204918 or 4890093. OLE color: 4890093.

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

Color convert

RGB 237 157 74 -
CMYK 0 0.34 0.69 0.07
HSL 30.55º 0.82% 0.61% -
HSV(B) 30.55º 0.69% 0.93% -
XYZ 48.22 42.61 12.16 -
YUV 171.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 237 157 74 0 0.34 0.69 0.07 30.55 0.82 0.61
Hex ED 9D 4A 0 22 45 7 1F 52 3D
Octal 355 235 112 0 42 105 7 37 122 75
Binary 11101101 10011101 1001010 0 100010 1000101 111 11111 1010010 111101

Color Harmonies of #ED9D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D4A

Black with #ED9D4A

Text Example


Text Example

White with #ED9D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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