Html Css Color HEX #E6BB02 Golden Poppy

📋 copy color: '#E6BB02'

red 230 ◦ green 187 ◦ blue 2

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

Shades of Golden Poppy #E6BB02

Tints of Golden Poppy #E6BB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.63%

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

R = 54.89%
G = 44.63%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E6BB02 (or 0xE6BB02) is known color: Golden Poppy. HEX triplet: E6, BB and 02. RGB value is (230,187,2). Sum of RGB (Red+Green+Blue) = 230+187+2=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BB02 is #1944FD. Grayscale: #B3B3B3. Windows color (decimal): -1656062 or 179174. OLE color: 179174.

HSL color Cylindrical-coordinate representation of color #E6BB02: hue angle of 48.68º 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 #E6BB02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 187 2 -
CMYK 0 0.19 0.99 0.10
HSL 48.68º 0.98% 0.45% -
HSV(B) 48.68º 0.99% 0.9% -
XYZ 50.41 52.37 7.51 -
YUV 178.77 28.25 164.54 -
System Red Green Blue C M Y K H S L
Decimal 230 187 2 0 0.19 0.99 0.10 48.68 0.98 0.45
Hex E6 BB 2 0 13 63 A 31 62 2D
Octal 346 273 2 0 23 143 12 61 142 55
Binary 11100110 10111011 10 0 10011 1100011 1010 110001 1100010 101101

Color Harmonies of #E6BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BB02

Black with #E6BB02

Text Example


Text Example

White with #E6BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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