Html Css Color HEX #EB914B Sea Buckthorn

📋 copy color: '#EB914B'

red 235 ◦ green 145 ◦ blue 75

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

Shades of Sea Buckthorn #EB914B

Tints of Sea Buckthorn #EB914B

RGB

 RED value IS 235 (92.19% from 255) = 51.65%

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

 BLUE value IS 75 (29.69% from 255) = 16.48%

R = 51.65%
G = 31.87%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB914B (or 0xEB914B) is known color: Sea Buckthorn. HEX triplet: EB, 91 and 4B. RGB value is (235,145,75). Sum of RGB (Red+Green+Blue) = 235+145+75=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB914B is #146EB4. Grayscale: #A4A4A4. Windows color (decimal): -1339061 or 4952555. OLE color: 4952555.

HSL color Cylindrical-coordinate representation of color #EB914B: hue angle of 26.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB914B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 145 75 -
CMYK 0 0.38 0.68 0.08
HSL 26.25º 0.8% 0.61% -
HSV(B) 26.25º 0.68% 0.92% -
XYZ 45.66 38.42 11.67 -
YUV 163.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 235 145 75 0 0.38 0.68 0.08 26.25 0.8 0.61
Hex EB 91 4B 0 26 44 8 1A 50 3D
Octal 353 221 113 0 46 104 10 32 120 75
Binary 11101011 10010001 1001011 0 100110 1000100 1000 11010 1010000 111101

Color Harmonies of #EB914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB914B

Black with #EB914B

Text Example


Text Example

White with #EB914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB914B; }

 p { color: rgb(235,145,75); }

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

background-color css

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

 a { background-color: rgb(235,145,75); }

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

border-color css

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

 span { border-color: rgb(235,145,75); }

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