Html Css Color HEX #E6CF0B Sunflower

📋 copy color: '#E6CF0B'

red 230 ◦ green 207 ◦ blue 11

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

Shades of Sunflower #E6CF0B

Tints of Sunflower #E6CF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 51.34%
G = 46.21%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6CF0B (or 0xE6CF0B) is known color: Sunflower. HEX triplet: E6, CF and 0B. RGB value is (230,207,11). Sum of RGB (Red+Green+Blue) = 230+207+11=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CF0B is #1930F4. Grayscale: #C0C0C0. Windows color (decimal): -1650933 or 774118. OLE color: 774118.

HSL color Cylindrical-coordinate representation of color #E6CF0B: hue angle of 53.7º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6CF0B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 11 -
CMYK 0 0.10 0.95 0.10
HSL 53.7º 0.91% 0.47% -
HSV(B) 53.7º 0.95% 0.9% -
XYZ 55.01 61.47 9.28 -
YUV 191.53 26.12 155.44 -
System Red Green Blue C M Y K H S L
Decimal 230 207 11 0 0.10 0.95 0.10 53.7 0.91 0.47
Hex E6 CF B 0 A 5F A 36 5B 2F
Octal 346 317 13 0 12 137 12 66 133 57
Binary 11100110 11001111 1011 0 1010 1011111 1010 110110 1011011 101111

Color Harmonies of #E6CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF0B

Black with #E6CF0B

Text Example


Text Example

White with #E6CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF0B; }

 p { color: rgb(230,207,11); }

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

background-color css

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

 a { background-color: rgb(230,207,11); }

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

border-color css

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

 span { border-color: rgb(230,207,11); }

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