Html Css Color HEX #ECDB01 Golden Yellow

📋 copy color: '#ECDB01'

red 236 ◦ green 219 ◦ blue 1

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

Shades of Golden Yellow #ECDB01

Tints of Golden Yellow #ECDB01

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.75%
G = 48.03%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDB01 (or 0xECDB01) is known color: Golden Yellow. HEX triplet: EC, DB and 01. RGB value is (236,219,1). Sum of RGB (Red+Green+Blue) = 236+219+1=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB01 is #1324FE. Grayscale: #C8C8C8. Windows color (decimal): -1254655 or 121836. OLE color: 121836.

HSL color Cylindrical-coordinate representation of color #ECDB01: hue angle of 55.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECDB01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 1 -
CMYK 0 0.07 1.00 0.07
HSL 55.66º 0.99% 0.46% -
HSV(B) 55.66º 1% 0.93% -
XYZ 59.93 68.5 10.09 -
YUV 199.23 16.13 154.23 -
System Red Green Blue C M Y K H S L
Decimal 236 219 1 0 0.07 1.00 0.07 55.66 0.99 0.46
Hex EC DB 1 0 7 64 7 38 63 2E
Octal 354 333 1 0 7 144 7 70 143 56
Binary 11101100 11011011 1 0 111 1100100 111 111000 1100011 101110

Color Harmonies of #ECDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB01

Black with #ECDB01

Text Example


Text Example

White with #ECDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB01; }

 p { color: rgb(236,219,1); }

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

background-color css

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

 a { background-color: rgb(236,219,1); }

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

border-color css

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

 span { border-color: rgb(236,219,1); }

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