Html Css Color HEX #EB772D Tahiti Gold

📋 copy color: '#EB772D'

red 235 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #EB772D

Tints of Tahiti Gold #EB772D

RGB

 RED value IS 235 (92.19% from 255) = 58.9%

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

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

R = 58.9%
G = 29.82%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB772D (or 0xEB772D) is known color: Tahiti Gold. HEX triplet: EB, 77 and 2D. RGB value is (235,119,45). Sum of RGB (Red+Green+Blue) = 235+119+45=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB772D is #1488D2. Grayscale: #919191. Windows color (decimal): -1345747 or 2979819. OLE color: 2979819.

HSL color Cylindrical-coordinate representation of color #EB772D: hue angle of 23.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB772D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 45 -
CMYK 0 0.49 0.81 0.08
HSL 23.37º 0.83% 0.55% -
HSV(B) 23.37º 0.81% 0.92% -
XYZ 41.33 31.05 6.3 -
YUV 145.25 71.43 192.02 -
System Red Green Blue C M Y K H S L
Decimal 235 119 45 0 0.49 0.81 0.08 23.37 0.83 0.55
Hex EB 77 2D 0 31 51 8 17 53 37
Octal 353 167 55 0 61 121 10 27 123 67
Binary 11101011 1110111 101101 0 110001 1010001 1000 10111 1010011 110111

Color Harmonies of #EB772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB772D

Black with #EB772D

Text Example


Text Example

White with #EB772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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