Html Css Color HEX #EF9062 Crusta

📋 copy color: '#EF9062'

red 239 ◦ green 144 ◦ blue 98

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

Shades of Crusta #EF9062

Tints of Crusta #EF9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 49.69%
G = 29.94%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF9062 (or 0xEF9062) is known color: Crusta. HEX triplet: EF, 90 and 62. RGB value is (239,144,98). Sum of RGB (Red+Green+Blue) = 239+144+98=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9062 is #106F9D. Grayscale: #A7A7A7. Windows color (decimal): -1077150 or 6459631. OLE color: 6459631.

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

Color convert

RGB 239 144 98 -
CMYK 0 0.40 0.59 0.06
HSL 19.57º 0.82% 0.66% -
HSV(B) 19.57º 0.59% 0.94% -
XYZ 47.77 39.18 16.6 -
YUV 167.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 239 144 98 0 0.40 0.59 0.06 19.57 0.82 0.66
Hex EF 90 62 0 28 3B 6 14 52 42
Octal 357 220 142 0 50 73 6 24 122 102
Binary 11101111 10010000 1100010 0 101000 111011 110 10100 1010010 1000010

Color Harmonies of #EF9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9062

Black with #EF9062

Text Example


Text Example

White with #EF9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9062; }

 p { color: rgb(239,144,98); }

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

background-color css

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

 a { background-color: rgb(239,144,98); }

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

border-color css

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

 span { border-color: rgb(239,144,98); }

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