Html Css Color HEX #EDB278 Tacao

📋 copy color: '#EDB278'

red 237 ◦ green 178 ◦ blue 120

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

Shades of Tacao #EDB278

Tints of Tacao #EDB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.27%

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 44.3%
G = 33.27%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB278 (or 0xEDB278) is known color: Tacao. HEX triplet: ED, B2 and 78. RGB value is (237,178,120). Sum of RGB (Red+Green+Blue) = 237+178+120=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB278 is #124D87. Grayscale: #BDBDBD. Windows color (decimal): -1199496 or 7910125. OLE color: 7910125.

HSL color Cylindrical-coordinate representation of color #EDB278: hue angle of 29.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB278 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 120 -
CMYK 0 0.25 0.49 0.07
HSL 29.74º 0.76% 0.7% -
HSV(B) 29.74º 0.49% 0.93% -
XYZ 54.24 51.2 24.79 -
YUV 189.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 237 178 120 0 0.25 0.49 0.07 29.74 0.76 0.7
Hex ED B2 78 0 19 31 7 1E 4C 46
Octal 355 262 170 0 31 61 7 36 114 106
Binary 11101101 10110010 1111000 0 11001 110001 111 11110 1001100 1000110

Color Harmonies of #EDB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB278

Black with #EDB278

Text Example


Text Example

White with #EDB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB278; }

 p { color: rgb(237,178,120); }

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

background-color css

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

 a { background-color: rgb(237,178,120); }

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

border-color css

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

 span { border-color: rgb(237,178,120); }

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