Html Css Color HEX #ECDF01 Golden Yellow

📋 copy color: '#ECDF01'

red 236 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #ECDF01

Tints of Golden Yellow #ECDF01

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.48%

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

R = 51.3%
G = 48.48%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDF01 (or 0xECDF01) is known color: Golden Yellow. HEX triplet: EC, DF and 01. RGB value is (236,223,1). Sum of RGB (Red+Green+Blue) = 236+223+1=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF01 is #1320FE. Grayscale: #CACACA. Windows color (decimal): -1253631 or 122860. OLE color: 122860.

HSL color Cylindrical-coordinate representation of color #ECDF01: hue angle of 56.68º 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 #ECDF01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 1 -
CMYK 0 0.06 1.00 0.07
HSL 56.68º 0.99% 0.46% -
HSV(B) 56.68º 1% 0.93% -
XYZ 60.99 70.61 10.44 -
YUV 201.58 14.81 152.55 -
System Red Green Blue C M Y K H S L
Decimal 236 223 1 0 0.06 1.00 0.07 56.68 0.99 0.46
Hex EC DF 1 0 6 64 7 39 63 2E
Octal 354 337 1 0 6 144 7 71 143 56
Binary 11101100 11011111 1 0 110 1100100 111 111001 1100011 101110

Color Harmonies of #ECDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF01

Black with #ECDF01

Text Example


Text Example

White with #ECDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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