Html Css Color HEX #EF814F Crusta

📋 copy color: '#EF814F'

red 239 ◦ green 129 ◦ blue 79

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

Shades of Crusta #EF814F

Tints of Crusta #EF814F

RGB

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

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

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

R = 53.47%
G = 28.86%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF814F (or 0xEF814F) is known color: Crusta. HEX triplet: EF, 81 and 4F. RGB value is (239,129,79). Sum of RGB (Red+Green+Blue) = 239+129+79=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF814F is #107EB0. Grayscale: #9C9C9C. Windows color (decimal): -1081009 or 5210607. OLE color: 5210607.

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

Color convert

RGB 239 129 79 -
CMYK 0 0.46 0.67 0.06
HSL 18.75º 0.83% 0.62% -
HSV(B) 18.75º 0.67% 0.94% -
XYZ 44.86 34.62 11.71 -
YUV 156.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 239 129 79 0 0.46 0.67 0.06 18.75 0.83 0.62
Hex EF 81 4F 0 2E 43 6 13 53 3E
Octal 357 201 117 0 56 103 6 23 123 76
Binary 11101111 10000001 1001111 0 101110 1000011 110 10011 1010011 111110

Color Harmonies of #EF814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF814F

Black with #EF814F

Text Example


Text Example

White with #EF814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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