Html Css Color HEX #EF9259 Crusta

📋 copy color: '#EF9259'

red 239 ◦ green 146 ◦ blue 89

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

Shades of Crusta #EF9259

Tints of Crusta #EF9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.8%

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 50.42%
G = 30.8%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF9259 (or 0xEF9259) is known color: Crusta. HEX triplet: EF, 92 and 59. RGB value is (239,146,89). Sum of RGB (Red+Green+Blue) = 239+146+89=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9259 is #106DA6. Grayscale: #A7A7A7. Windows color (decimal): -1076647 or 5870319. OLE color: 5870319.

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

Color convert

RGB 239 146 89 -
CMYK 0 0.39 0.63 0.06
HSL 22.8º 0.82% 0.64% -
HSV(B) 22.8º 0.63% 0.94% -
XYZ 47.68 39.63 14.59 -
YUV 167.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 239 146 89 0 0.39 0.63 0.06 22.8 0.82 0.64
Hex EF 92 59 0 27 3F 6 17 52 40
Octal 357 222 131 0 47 77 6 27 122 100
Binary 11101111 10010010 1011001 0 100111 111111 110 10111 1010010 1000000

Color Harmonies of #EF9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9259

Black with #EF9259

Text Example


Text Example

White with #EF9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9259; }

 p { color: rgb(239,146,89); }

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

background-color css

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

 a { background-color: rgb(239,146,89); }

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

border-color css

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

 span { border-color: rgb(239,146,89); }

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