Html Css Color HEX #FFEC6B Witch Haze

📋 copy color: '#FFEC6B'

red 255 ◦ green 236 ◦ blue 107

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

Shades of Witch Haze #FFEC6B

Tints of Witch Haze #FFEC6B

RGB

 RED value IS 255 (100% from 255) = 42.64%

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 107 (42.19% from 255) = 17.89%

R = 42.64%
G = 39.46%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFEC6B (or 0xFFEC6B) is known color: Witch Haze. HEX triplet: FF, EC and 6B. RGB value is (255,236,107). Sum of RGB (Red+Green+Blue) = 255+236+107=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 107 (42.19% from 255 or 17.89% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC6B is #001394. Grayscale: #E3E3E3. Windows color (decimal): -5013 or 7073023. OLE color: 7073023.

HSL color Cylindrical-coordinate representation of color #FFEC6B: hue angle of 52.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFEC6B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 107 -
CMYK 0 0.07 0.58 0
HSL 52.3º 1% 0.71% -
HSV(B) 52.3º 0.58% 1% -
XYZ 73.89 82.31 25.9 -
YUV 226.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 255 236 107 0 0.07 0.58 0 52.3 1 0.71
Hex FF EC 6B 0 7 3A 0 34 64 47
Octal 377 354 153 0 7 72 0 64 144 107
Binary 11111111 11101100 1101011 0 111 111010 0 110100 1100100 1000111

Color Harmonies of #FFEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC6B

Black with #FFEC6B

Text Example


Text Example

White with #FFEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC6B; }

 p { color: rgb(255,236,107); }

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

background-color css

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

 a { background-color: rgb(255,236,107); }

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

border-color css

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

 span { border-color: rgb(255,236,107); }

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