Html Css Color HEX #ECBE02 Golden Poppy

📋 copy color: '#ECBE02'

red 236 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #ECBE02

Tints of Golden Poppy #ECBE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

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

R = 55.14%
G = 44.39%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECBE02 (or 0xECBE02) is known color: Golden Poppy. HEX triplet: EC, BE and 02. RGB value is (236,190,2). Sum of RGB (Red+Green+Blue) = 236+190+2=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE02 is #1341FD. Grayscale: #B7B7B7. Windows color (decimal): -1262078 or 179948. OLE color: 179948.

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

Color convert

RGB 236 190 2 -
CMYK 0 0.19 0.99 0.07
HSL 48.21º 0.98% 0.47% -
HSV(B) 48.21º 0.99% 0.93% -
XYZ 53.02 54.66 7.81 -
YUV 182.32 26.24 166.29 -
System Red Green Blue C M Y K H S L
Decimal 236 190 2 0 0.19 0.99 0.07 48.21 0.98 0.47
Hex EC BE 2 0 13 63 7 30 62 2F
Octal 354 276 2 0 23 143 7 60 142 57
Binary 11101100 10111110 10 0 10011 1100011 111 110000 1100010 101111

Color Harmonies of #ECBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE02

Black with #ECBE02

Text Example


Text Example

White with #ECBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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