Html Css Color HEX #ED692A Tahiti Gold

📋 copy color: '#ED692A'

red 237 ◦ green 105 ◦ blue 42

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

Shades of Tahiti Gold #ED692A

Tints of Tahiti Gold #ED692A

RGB

 RED value IS 237 (92.97% from 255) = 61.72%

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 61.72%
G = 27.34%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED692A (or 0xED692A) is known color: Tahiti Gold. HEX triplet: ED, 69 and 2A. RGB value is (237,105,42). Sum of RGB (Red+Green+Blue) = 237+105+42=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED692A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED692A is #1296D5. Grayscale: #898989. Windows color (decimal): -1218262 or 2779629. OLE color: 2779629.

HSL color Cylindrical-coordinate representation of color #ED692A: hue angle of 19.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED692A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 42 -
CMYK 0 0.56 0.82 0.07
HSL 19.38º 0.84% 0.55% -
HSV(B) 19.38º 0.82% 0.93% -
XYZ 40.39 28.27 5.52 -
YUV 137.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 237 105 42 0 0.56 0.82 0.07 19.38 0.84 0.55
Hex ED 69 2A 0 38 52 7 13 54 37
Octal 355 151 52 0 70 122 7 23 124 67
Binary 11101101 1101001 101010 0 111000 1010010 111 10011 1010100 110111

Color Harmonies of #ED692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED692A

Black with #ED692A

Text Example


Text Example

White with #ED692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED692A; }

 p { color: rgb(237,105,42); }

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

background-color css

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

 a { background-color: rgb(237,105,42); }

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

border-color css

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

 span { border-color: rgb(237,105,42); }

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