Html Css Color HEX #E7CB12 Sunflower

📋 copy color: '#E7CB12'

red 231 ◦ green 203 ◦ blue 18

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

Shades of Sunflower #E7CB12

Tints of Sunflower #E7CB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 51.11%
G = 44.91%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E7CB12 (or 0xE7CB12) is known color: Sunflower. HEX triplet: E7, CB and 12. RGB value is (231,203,18). Sum of RGB (Red+Green+Blue) = 231+203+18=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CB12 is #1834ED. Grayscale: #BFBFBF. Windows color (decimal): -1586414 or 1231847. OLE color: 1231847.

HSL color Cylindrical-coordinate representation of color #E7CB12: hue angle of 52.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7CB12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 203 18 -
CMYK 0 0.12 0.92 0.09
HSL 52.11º 0.86% 0.49% -
HSV(B) 52.11º 0.92% 0.91% -
XYZ 54.42 59.74 9.24 -
YUV 190.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 231 203 18 0 0.12 0.92 0.09 52.11 0.86 0.49
Hex E7 CB 12 0 C 5C 9 34 56 31
Octal 347 313 22 0 14 134 11 64 126 61
Binary 11100111 11001011 10010 0 1100 1011100 1001 110100 1010110 110001

Color Harmonies of #E7CB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CB12

Black with #E7CB12

Text Example


Text Example

White with #E7CB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CB12; }

 p { color: rgb(231,203,18); }

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

background-color css

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

 a { background-color: rgb(231,203,18); }

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

border-color css

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

 span { border-color: rgb(231,203,18); }

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