Html Css Color HEX #EB641C Tahiti Gold

📋 copy color: '#EB641C'

red 235 ◦ green 100 ◦ blue 28

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

Shades of Tahiti Gold #EB641C

Tints of Tahiti Gold #EB641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 64.74%
G = 27.55%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB641C (or 0xEB641C) is known color: Tahiti Gold. HEX triplet: EB, 64 and 1C. RGB value is (235,100,28). Sum of RGB (Red+Green+Blue) = 235+100+28=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB641C is #149BE3. Grayscale: #848484. Windows color (decimal): -1350628 or 1860843. OLE color: 1860843.

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

Color convert

RGB 235 100 28 -
CMYK 0 0.57 0.88 0.08
HSL 20.87º 0.84% 0.52% -
HSV(B) 20.87º 0.88% 0.92% -
XYZ 39.03 26.86 4.23 -
YUV 132.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 235 100 28 0 0.57 0.88 0.08 20.87 0.84 0.52
Hex EB 64 1C 0 39 58 8 15 54 34
Octal 353 144 34 0 71 130 10 25 124 64
Binary 11101011 1100100 11100 0 111001 1011000 1000 10101 1010100 110100

Color Harmonies of #EB641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB641C

Black with #EB641C

Text Example


Text Example

White with #EB641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB641C; }

 p { color: rgb(235,100,28); }

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

background-color css

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

 a { background-color: rgb(235,100,28); }

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

border-color css

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

 span { border-color: rgb(235,100,28); }

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