Html Css Color HEX #EF814C Crusta

📋 copy color: '#EF814C'

red 239 ◦ green 129 ◦ blue 76

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

Shades of Crusta #EF814C

Tints of Crusta #EF814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 53.83%
G = 29.05%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF814C (or 0xEF814C) is known color: Crusta. HEX triplet: EF, 81 and 4C. RGB value is (239,129,76). Sum of RGB (Red+Green+Blue) = 239+129+76=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF814C is #107EB3. Grayscale: #9C9C9C. Windows color (decimal): -1081012 or 5013999. OLE color: 5013999.

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

Color convert

RGB 239 129 76 -
CMYK 0 0.46 0.68 0.06
HSL 19.51º 0.84% 0.62% -
HSV(B) 19.51º 0.68% 0.94% -
XYZ 44.75 34.57 11.15 -
YUV 155.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 239 129 76 0 0.46 0.68 0.06 19.51 0.84 0.62
Hex EF 81 4C 0 2E 44 6 14 54 3E
Octal 357 201 114 0 56 104 6 24 124 76
Binary 11101111 10000001 1001100 0 101110 1000100 110 10100 1010100 111110

Color Harmonies of #EF814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF814C

Black with #EF814C

Text Example


Text Example

White with #EF814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF814C; }

 p { color: rgb(239,129,76); }

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

background-color css

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

 a { background-color: rgb(239,129,76); }

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

border-color css

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

 span { border-color: rgb(239,129,76); }

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