Html Css Color HEX #ED964D Sea Buckthorn

📋 copy color: '#ED964D'

red 237 ◦ green 150 ◦ blue 77

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

Shades of Sea Buckthorn #ED964D

Tints of Sea Buckthorn #ED964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 77 (30.47% from 255) = 16.59%

R = 51.08%
G = 32.33%
B = 16.59%

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

#ED964D (or 0xED964D) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 4D. RGB value is (237,150,77). Sum of RGB (Red+Green+Blue) = 237+150+77=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED964D is #1269B2. Grayscale: #A8A8A8. Windows color (decimal): -1206707 or 5084909. OLE color: 5084909.

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

Color convert

RGB 237 150 77 -
CMYK 0 0.37 0.68 0.07
HSL 27.38º 0.82% 0.62% -
HSV(B) 27.38º 0.68% 0.93% -
XYZ 47.17 40.35 12.32 -
YUV 167.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 237 150 77 0 0.37 0.68 0.07 27.38 0.82 0.62
Hex ED 96 4D 0 25 44 7 1B 52 3E
Octal 355 226 115 0 45 104 7 33 122 76
Binary 11101101 10010110 1001101 0 100101 1000100 111 11011 1010010 111110

Color Harmonies of #ED964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED964D

Black with #ED964D

Text Example


Text Example

White with #ED964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED964D; }

 p { color: rgb(237,150,77); }

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

background-color css

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

 a { background-color: rgb(237,150,77); }

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

border-color css

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

 span { border-color: rgb(237,150,77); }

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