Html Css Color HEX #EF694B Burnt Sienna

📋 copy color: '#EF694B'

red 239 ◦ green 105 ◦ blue 75

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

Shades of Burnt Sienna #EF694B

Tints of Burnt Sienna #EF694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 57.04%
G = 25.06%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF694B (or 0xEF694B) is known color: Burnt Sienna. HEX triplet: EF, 69 and 4B. RGB value is (239,105,75). Sum of RGB (Red+Green+Blue) = 239+105+75=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF694B is #1096B4. Grayscale: #8D8D8D. Windows color (decimal): -1087157 or 4942319. OLE color: 4942319.

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

Color convert

RGB 239 105 75 -
CMYK 0 0.56 0.69 0.06
HSL 10.98º 0.84% 0.62% -
HSV(B) 10.98º 0.69% 0.94% -
XYZ 41.92 28.96 10.04 -
YUV 141.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 239 105 75 0 0.56 0.69 0.06 10.98 0.84 0.62
Hex EF 69 4B 0 38 45 6 B 54 3E
Octal 357 151 113 0 70 105 6 13 124 76
Binary 11101111 1101001 1001011 0 111000 1000101 110 1011 1010100 111110

Color Harmonies of #EF694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF694B

Black with #EF694B

Text Example


Text Example

White with #EF694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF694B; }

 p { color: rgb(239,105,75); }

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

background-color css

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

 a { background-color: rgb(239,105,75); }

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

border-color css

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

 span { border-color: rgb(239,105,75); }

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