Html Css Color HEX #EE964B Sea Buckthorn

📋 copy color: '#EE964B'

red 238 ◦ green 150 ◦ blue 75

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

Shades of Sea Buckthorn #EE964B

Tints of Sea Buckthorn #EE964B

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

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

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

R = 51.4%
G = 32.4%
B = 16.2%

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

#EE964B (or 0xEE964B) is known color: Sea Buckthorn. HEX triplet: EE, 96 and 4B. RGB value is (238,150,75). Sum of RGB (Red+Green+Blue) = 238+150+75=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE964B is #1169B4. Grayscale: #A8A8A8. Windows color (decimal): -1141173 or 4953838. OLE color: 4953838.

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

Color convert

RGB 238 150 75 -
CMYK 0 0.37 0.68 0.07
HSL 27.61º 0.83% 0.61% -
HSV(B) 27.61º 0.68% 0.93% -
XYZ 47.44 40.5 11.97 -
YUV 167.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 238 150 75 0 0.37 0.68 0.07 27.61 0.83 0.61
Hex EE 96 4B 0 25 44 7 1C 53 3D
Octal 356 226 113 0 45 104 7 34 123 75
Binary 11101110 10010110 1001011 0 100101 1000100 111 11100 1010011 111101

Color Harmonies of #EE964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE964B

Black with #EE964B

Text Example


Text Example

White with #EE964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE964B; }

 p { color: rgb(238,150,75); }

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

background-color css

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

 a { background-color: rgb(238,150,75); }

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

border-color css

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

 span { border-color: rgb(238,150,75); }

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