Html Css Color HEX #E6DB02 Golden Yellow

📋 copy color: '#E6DB02'

red 230 ◦ green 219 ◦ blue 2

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

Shades of Golden Yellow #E6DB02

Tints of Golden Yellow #E6DB02

RGB

 RED value IS 230 (90.23% from 255) = 51%

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

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

R = 51%
G = 48.56%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E6DB02 (or 0xE6DB02) is known color: Golden Yellow. HEX triplet: E6, DB and 02. RGB value is (230,219,2). Sum of RGB (Red+Green+Blue) = 230+219+2=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DB02 is #1924FD. Grayscale: #C6C6C6. Windows color (decimal): -1647870 or 187366. OLE color: 187366.

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

Color convert

RGB 230 219 2 -
CMYK 0 0.05 0.99 0.10
HSL 57.11º 0.98% 0.45% -
HSV(B) 57.11º 0.99% 0.9% -
XYZ 57.98 67.49 10.03 -
YUV 197.55 17.64 151.14 -
System Red Green Blue C M Y K H S L
Decimal 230 219 2 0 0.05 0.99 0.10 57.11 0.98 0.45
Hex E6 DB 2 0 5 63 A 39 62 2D
Octal 346 333 2 0 5 143 12 71 142 55
Binary 11100110 11011011 10 0 101 1100011 1010 111001 1100010 101101

Color Harmonies of #E6DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB02

Black with #E6DB02

Text Example


Text Example

White with #E6DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB02; }

 p { color: rgb(230,219,2); }

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

background-color css

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

 a { background-color: rgb(230,219,2); }

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

border-color css

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

 span { border-color: rgb(230,219,2); }

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