Html Css Color HEX #E7DC02 Golden Yellow

📋 copy color: '#E7DC02'

red 231 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #E7DC02

Tints of Golden Yellow #E7DC02

RGB

 RED value IS 231 (90.63% from 255) = 50.99%

 GREEN value IS 220 (86.33% from 255) = 48.57%

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

R = 50.99%
G = 48.57%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7DC02 (or 0xE7DC02) is known color: Golden Yellow. HEX triplet: E7, DC and 02. RGB value is (231,220,2). Sum of RGB (Red+Green+Blue) = 231+220+2=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DC02 is #1823FD. Grayscale: #C7C7C7. Windows color (decimal): -1582078 or 187623. OLE color: 187623.

HSL color Cylindrical-coordinate representation of color #E7DC02: hue angle of 57.12º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7DC02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 2 -
CMYK 0 0.05 0.99 0.09
HSL 57.12º 0.98% 0.46% -
HSV(B) 57.12º 0.99% 0.91% -
XYZ 58.56 68.18 10.13 -
YUV 198.44 17.14 151.23 -
System Red Green Blue C M Y K H S L
Decimal 231 220 2 0 0.05 0.99 0.09 57.12 0.98 0.46
Hex E7 DC 2 0 5 63 9 39 62 2E
Octal 347 334 2 0 5 143 11 71 142 56
Binary 11100111 11011100 10 0 101 1100011 1001 111001 1100010 101110

Color Harmonies of #E7DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC02

Black with #E7DC02

Text Example


Text Example

White with #E7DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC02; }

 p { color: rgb(231,220,2); }

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

background-color css

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

 a { background-color: rgb(231,220,2); }

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

border-color css

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

 span { border-color: rgb(231,220,2); }

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