Html Css Color HEX #ED954A Sea Buckthorn

📋 copy color: '#ED954A'

red 237 ◦ green 149 ◦ blue 74

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

Shades of Sea Buckthorn #ED954A

Tints of Sea Buckthorn #ED954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 51.52%
G = 32.39%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED954A (or 0xED954A) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 4A. RGB value is (237,149,74). Sum of RGB (Red+Green+Blue) = 237+149+74=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED954A is #126AB5. Grayscale: #A7A7A7. Windows color (decimal): -1206966 or 4888045. OLE color: 4888045.

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

Color convert

RGB 237 149 74 -
CMYK 0 0.37 0.69 0.07
HSL 27.61º 0.82% 0.61% -
HSV(B) 27.61º 0.69% 0.93% -
XYZ 46.91 39.99 11.73 -
YUV 166.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 237 149 74 0 0.37 0.69 0.07 27.61 0.82 0.61
Hex ED 95 4A 0 25 45 7 1C 52 3D
Octal 355 225 112 0 45 105 7 34 122 75
Binary 11101101 10010101 1001010 0 100101 1000101 111 11100 1010010 111101

Color Harmonies of #ED954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED954A

Black with #ED954A

Text Example


Text Example

White with #ED954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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