Html Css Color HEX #EF694D Burnt Sienna

📋 copy color: '#EF694D'

red 239 ◦ green 105 ◦ blue 77

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

Shades of Burnt Sienna #EF694D

Tints of Burnt Sienna #EF694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 56.77%
G = 24.94%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF694D (or 0xEF694D) is known color: Burnt Sienna. HEX triplet: EF, 69 and 4D. RGB value is (239,105,77). Sum of RGB (Red+Green+Blue) = 239+105+77=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF694D is #1096B2. Grayscale: #8E8E8E. Windows color (decimal): -1087155 or 5073391. OLE color: 5073391.

HSL color Cylindrical-coordinate representation of color #EF694D: hue angle of 10.37º 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 #EF694D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 77 -
CMYK 0 0.56 0.68 0.06
HSL 10.37º 0.84% 0.62% -
HSV(B) 10.37º 0.68% 0.94% -
XYZ 41.99 28.99 10.4 -
YUV 141.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 239 105 77 0 0.56 0.68 0.06 10.37 0.84 0.62
Hex EF 69 4D 0 38 44 6 A 54 3E
Octal 357 151 115 0 70 104 6 12 124 76
Binary 11101111 1101001 1001101 0 111000 1000100 110 1010 1010100 111110

Color Harmonies of #EF694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF694D

Black with #EF694D

Text Example


Text Example

White with #EF694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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