Html Css Color HEX #EB934B Sea Buckthorn

📋 copy color: '#EB934B'

red 235 ◦ green 147 ◦ blue 75

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

Shades of Sea Buckthorn #EB934B

Tints of Sea Buckthorn #EB934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 51.42%
G = 32.17%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB934B (or 0xEB934B) is known color: Sea Buckthorn. HEX triplet: EB, 93 and 4B. RGB value is (235,147,75). Sum of RGB (Red+Green+Blue) = 235+147+75=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB934B is #146CB4. Grayscale: #A5A5A5. Windows color (decimal): -1338549 or 4953067. OLE color: 4953067.

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

Color convert

RGB 235 147 75 -
CMYK 0 0.37 0.68 0.08
HSL 27º 0.8% 0.61% -
HSV(B) 27º 0.68% 0.92% -
XYZ 45.96 39.04 11.77 -
YUV 165.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 235 147 75 0 0.37 0.68 0.08 27 0.8 0.61
Hex EB 93 4B 0 25 44 8 1B 50 3D
Octal 353 223 113 0 45 104 10 33 120 75
Binary 11101011 10010011 1001011 0 100101 1000100 1000 11011 1010000 111101

Color Harmonies of #EB934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB934B

Black with #EB934B

Text Example


Text Example

White with #EB934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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