Html Css Color HEX #ECB13D Tulip Tree

📋 copy color: '#ECB13D'

red 236 ◦ green 177 ◦ blue 61

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

Shades of Tulip Tree #ECB13D

Tints of Tulip Tree #ECB13D

RGB

 RED value IS 236 (92.58% from 255) = 49.79%

 GREEN value IS 177 (69.53% from 255) = 37.34%

 BLUE value IS 61 (24.22% from 255) = 12.87%

R = 49.79%
G = 37.34%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECB13D (or 0xECB13D) is known color: Tulip Tree. HEX triplet: EC, B1 and 3D. RGB value is (236,177,61). Sum of RGB (Red+Green+Blue) = 236+177+61=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB13D is #134EC2. Grayscale: #B5B5B5. Windows color (decimal): -1265347 or 4043244. OLE color: 4043244.

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

Color convert

RGB 236 177 61 -
CMYK 0 0.25 0.74 0.07
HSL 39.77º 0.82% 0.58% -
HSV(B) 39.77º 0.74% 0.93% -
XYZ 51.16 49.61 11.3 -
YUV 181.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 236 177 61 0 0.25 0.74 0.07 39.77 0.82 0.58
Hex EC B1 3D 0 19 4A 7 28 52 3A
Octal 354 261 75 0 31 112 7 50 122 72
Binary 11101100 10110001 111101 0 11001 1001010 111 101000 1010010 111010

Color Harmonies of #ECB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB13D

Black with #ECB13D

Text Example


Text Example

White with #ECB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB13D; }

 p { color: rgb(236,177,61); }

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

background-color css

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

 a { background-color: rgb(236,177,61); }

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

border-color css

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

 span { border-color: rgb(236,177,61); }

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