Html Css Color HEX #EE914F Sea Buckthorn

📋 copy color: '#EE914F'

red 238 ◦ green 145 ◦ blue 79

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

Shades of Sea Buckthorn #EE914F

Tints of Sea Buckthorn #EE914F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.1%

R = 51.52%
G = 31.39%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE914F (or 0xEE914F) is known color: Sea Buckthorn. HEX triplet: EE, 91 and 4F. RGB value is (238,145,79). Sum of RGB (Red+Green+Blue) = 238+145+79=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE914F is #116EB0. Grayscale: #A5A5A5. Windows color (decimal): -1142449 or 5214702. OLE color: 5214702.

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

Color convert

RGB 238 145 79 -
CMYK 0 0.39 0.67 0.07
HSL 24.91º 0.82% 0.62% -
HSV(B) 24.91º 0.67% 0.93% -
XYZ 46.8 38.99 12.46 -
YUV 165.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 238 145 79 0 0.39 0.67 0.07 24.91 0.82 0.62
Hex EE 91 4F 0 27 43 7 19 52 3E
Octal 356 221 117 0 47 103 7 31 122 76
Binary 11101110 10010001 1001111 0 100111 1000011 111 11001 1010010 111110

Color Harmonies of #EE914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE914F

Black with #EE914F

Text Example


Text Example

White with #EE914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE914F; }

 p { color: rgb(238,145,79); }

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

background-color css

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

 a { background-color: rgb(238,145,79); }

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

border-color css

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

 span { border-color: rgb(238,145,79); }

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