Html Css Color HEX #EF975A Sandy Brown

📋 copy color: '#EF975A'

red 239 ◦ green 151 ◦ blue 90

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

Shades of Sandy Brown #EF975A

Tints of Sandy Brown #EF975A

RGB

 RED value IS 239 (93.75% from 255) = 49.79%

 GREEN value IS 151 (59.38% from 255) = 31.46%

 BLUE value IS 90 (35.55% from 255) = 18.75%

R = 49.79%
G = 31.46%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF975A (or 0xEF975A) is known color: Sandy Brown. HEX triplet: EF, 97 and 5A. RGB value is (239,151,90). Sum of RGB (Red+Green+Blue) = 239+151+90=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF975A is #1068A5. Grayscale: #AAAAAA. Windows color (decimal): -1075366 or 5937135. OLE color: 5937135.

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

Color convert

RGB 239 151 90 -
CMYK 0 0.37 0.62 0.06
HSL 24.56º 0.82% 0.65% -
HSV(B) 24.56º 0.62% 0.94% -
XYZ 48.51 41.22 15.07 -
YUV 170.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 239 151 90 0 0.37 0.62 0.06 24.56 0.82 0.65
Hex EF 97 5A 0 25 3E 6 19 52 41
Octal 357 227 132 0 45 76 6 31 122 101
Binary 11101111 10010111 1011010 0 100101 111110 110 11001 1010010 1000001

Color Harmonies of #EF975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF975A

Black with #EF975A

Text Example


Text Example

White with #EF975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF975A; }

 p { color: rgb(239,151,90); }

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

background-color css

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

 a { background-color: rgb(239,151,90); }

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

border-color css

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

 span { border-color: rgb(239,151,90); }

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