Html Css Color HEX #ECDF02 Golden Yellow

📋 copy color: '#ECDF02'

red 236 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #ECDF02

Tints of Golden Yellow #ECDF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 51.19%
G = 48.37%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECDF02 (or 0xECDF02) is known color: Golden Yellow. HEX triplet: EC, DF and 02. RGB value is (236,223,2). Sum of RGB (Red+Green+Blue) = 236+223+2=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF02 is #1320FD. Grayscale: #CACACA. Windows color (decimal): -1253630 or 188396. OLE color: 188396.

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

Color convert

RGB 236 223 2 -
CMYK 0 0.06 0.99 0.07
HSL 56.67º 0.98% 0.47% -
HSV(B) 56.67º 0.99% 0.93% -
XYZ 60.99 70.61 10.47 -
YUV 201.69 15.31 152.47 -
System Red Green Blue C M Y K H S L
Decimal 236 223 2 0 0.06 0.99 0.07 56.67 0.98 0.47
Hex EC DF 2 0 6 63 7 39 62 2F
Octal 354 337 2 0 6 143 7 71 142 57
Binary 11101100 11011111 10 0 110 1100011 111 111001 1100010 101111

Color Harmonies of #ECDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF02

Black with #ECDF02

Text Example


Text Example

White with #ECDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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