Html Css Color HEX #E2CB06 Sunflower

📋 copy color: '#E2CB06'

red 226 ◦ green 203 ◦ blue 6

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

Shades of Sunflower #E2CB06

Tints of Sunflower #E2CB06

RGB

 RED value IS 226 (88.67% from 255) = 51.95%

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 51.95%
G = 46.67%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2CB06 (or 0xE2CB06) is known color: Sunflower. HEX triplet: E2, CB and 06. RGB value is (226,203,6). Sum of RGB (Red+Green+Blue) = 226+203+6=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CB06 is #1D34F9. Grayscale: #BCBCBC. Windows color (decimal): -1914106 or 445410. OLE color: 445410.

HSL color Cylindrical-coordinate representation of color #E2CB06: hue angle of 53.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2CB06 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 6 -
CMYK 0 0.10 0.97 0.11
HSL 53.73º 0.95% 0.45% -
HSV(B) 53.73º 0.97% 0.89% -
XYZ 52.75 58.89 8.76 -
YUV 187.42 25.62 155.52 -
System Red Green Blue C M Y K H S L
Decimal 226 203 6 0 0.10 0.97 0.11 53.73 0.95 0.45
Hex E2 CB 6 0 A 61 B 36 5F 2D
Octal 342 313 6 0 12 141 13 66 137 55
Binary 11100010 11001011 110 0 1010 1100001 1011 110110 1011111 101101

Color Harmonies of #E2CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB06

Black with #E2CB06

Text Example


Text Example

White with #E2CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB06; }

 p { color: rgb(226,203,6); }

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

background-color css

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

 a { background-color: rgb(226,203,6); }

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

border-color css

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

 span { border-color: rgb(226,203,6); }

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