Html Css Color HEX #ED954C Sea Buckthorn

📋 copy color: '#ED954C'

red 237 ◦ green 149 ◦ blue 76

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

Shades of Sea Buckthorn #ED954C

Tints of Sea Buckthorn #ED954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.45%

R = 51.3%
G = 32.25%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED954C (or 0xED954C) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 4C. RGB value is (237,149,76). Sum of RGB (Red+Green+Blue) = 237+149+76=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED954C is #126AB3. Grayscale: #A7A7A7. Windows color (decimal): -1206964 or 5019117. OLE color: 5019117.

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

Color convert

RGB 237 149 76 -
CMYK 0 0.37 0.68 0.07
HSL 27.2º 0.82% 0.61% -
HSV(B) 27.2º 0.68% 0.93% -
XYZ 46.98 40.02 12.09 -
YUV 166.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 237 149 76 0 0.37 0.68 0.07 27.2 0.82 0.61
Hex ED 95 4C 0 25 44 7 1B 52 3D
Octal 355 225 114 0 45 104 7 33 122 75
Binary 11101101 10010101 1001100 0 100101 1000100 111 11011 1010010 111101

Color Harmonies of #ED954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED954C

Black with #ED954C

Text Example


Text Example

White with #ED954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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