Html Css Color HEX #EF772D Tahiti Gold

📋 copy color: '#EF772D'

red 239 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #EF772D

Tints of Tahiti Gold #EF772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 45 (17.97% from 255) = 11.17%

R = 59.31%
G = 29.53%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF772D (or 0xEF772D) is known color: Tahiti Gold. HEX triplet: EF, 77 and 2D. RGB value is (239,119,45). Sum of RGB (Red+Green+Blue) = 239+119+45=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF772D is #1088D2. Grayscale: #929292. Windows color (decimal): -1083603 or 2979823. OLE color: 2979823.

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

Color convert

RGB 239 119 45 -
CMYK 0 0.50 0.81 0.06
HSL 22.89º 0.86% 0.56% -
HSV(B) 22.89º 0.81% 0.94% -
XYZ 42.67 31.73 6.36 -
YUV 146.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 239 119 45 0 0.50 0.81 0.06 22.89 0.86 0.56
Hex EF 77 2D 0 32 51 6 17 56 38
Octal 357 167 55 0 62 121 6 27 126 70
Binary 11101111 1110111 101101 0 110010 1010001 110 10111 1010110 111000

Color Harmonies of #EF772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF772D

Black with #EF772D

Text Example


Text Example

White with #EF772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF772D; }

 p { color: rgb(239,119,45); }

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

background-color css

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

 a { background-color: rgb(239,119,45); }

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

border-color css

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

 span { border-color: rgb(239,119,45); }

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