Html Css Color HEX #ED914C Sea Buckthorn

📋 copy color: '#ED914C'

red 237 ◦ green 145 ◦ blue 76

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

Shades of Sea Buckthorn #ED914C

Tints of Sea Buckthorn #ED914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.66%

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

R = 51.75%
G = 31.66%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED914C (or 0xED914C) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 4C. RGB value is (237,145,76). Sum of RGB (Red+Green+Blue) = 237+145+76=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED914C is #126EB3. Grayscale: #A5A5A5. Windows color (decimal): -1207988 or 5018093. OLE color: 5018093.

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

Color convert

RGB 237 145 76 -
CMYK 0 0.39 0.68 0.07
HSL 25.71º 0.82% 0.61% -
HSV(B) 25.71º 0.68% 0.93% -
XYZ 46.35 38.78 11.88 -
YUV 164.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 237 145 76 0 0.39 0.68 0.07 25.71 0.82 0.61
Hex ED 91 4C 0 27 44 7 1A 52 3D
Octal 355 221 114 0 47 104 7 32 122 75
Binary 11101101 10010001 1001100 0 100111 1000100 111 11010 1010010 111101

Color Harmonies of #ED914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED914C

Black with #ED914C

Text Example


Text Example

White with #ED914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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