Html Css Color HEX #ED944C Sea Buckthorn

📋 copy color: '#ED944C'

red 237 ◦ green 148 ◦ blue 76

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

Shades of Sea Buckthorn #ED944C

Tints of Sea Buckthorn #ED944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

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

R = 51.41%
G = 32.1%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED944C (or 0xED944C) is known color: Sea Buckthorn. HEX triplet: ED, 94 and 4C. RGB value is (237,148,76). Sum of RGB (Red+Green+Blue) = 237+148+76=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED944C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED944C is #126BB3. Grayscale: #A6A6A6. Windows color (decimal): -1207220 or 5018861. OLE color: 5018861.

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

Color convert

RGB 237 148 76 -
CMYK 0 0.38 0.68 0.07
HSL 26.83º 0.82% 0.61% -
HSV(B) 26.83º 0.68% 0.93% -
XYZ 46.82 39.71 12.03 -
YUV 166.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 237 148 76 0 0.38 0.68 0.07 26.83 0.82 0.61
Hex ED 94 4C 0 26 44 7 1B 52 3D
Octal 355 224 114 0 46 104 7 33 122 75
Binary 11101101 10010100 1001100 0 100110 1000100 111 11011 1010010 111101

Color Harmonies of #ED944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED944C

Black with #ED944C

Text Example


Text Example

White with #ED944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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