Html Css Color HEX #EB7D25 Tahiti Gold

📋 copy color: '#EB7D25'

red 235 ◦ green 125 ◦ blue 37

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

Shades of Tahiti Gold #EB7D25

Tints of Tahiti Gold #EB7D25

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 59.19%
G = 31.49%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB7D25 (or 0xEB7D25) is known color: Tahiti Gold. HEX triplet: EB, 7D and 25. RGB value is (235,125,37). Sum of RGB (Red+Green+Blue) = 235+125+37=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D25 is #1482DA. Grayscale: #949494. Windows color (decimal): -1344219 or 2457067. OLE color: 2457067.

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

Color convert

RGB 235 125 37 -
CMYK 0 0.47 0.84 0.08
HSL 26.67º 0.83% 0.53% -
HSV(B) 26.67º 0.84% 0.92% -
XYZ 41.93 32.46 5.81 -
YUV 147.86 65.44 190.16 -
System Red Green Blue C M Y K H S L
Decimal 235 125 37 0 0.47 0.84 0.08 26.67 0.83 0.53
Hex EB 7D 25 0 2F 54 8 1B 53 35
Octal 353 175 45 0 57 124 10 33 123 65
Binary 11101011 1111101 100101 0 101111 1010100 1000 11011 1010011 110101

Color Harmonies of #EB7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D25

Black with #EB7D25

Text Example


Text Example

White with #EB7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D25; }

 p { color: rgb(235,125,37); }

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

background-color css

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

 a { background-color: rgb(235,125,37); }

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

border-color css

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

 span { border-color: rgb(235,125,37); }

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