Html Css Color HEX #ECA630 Lightning Yellow

📋 copy color: '#ECA630'

red 236 ◦ green 166 ◦ blue 48

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

Shades of Lightning Yellow #ECA630

Tints of Lightning Yellow #ECA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.89%

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 52.44%
G = 36.89%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECA630 (or 0xECA630) is known color: Lightning Yellow. HEX triplet: EC, A6 and 30. RGB value is (236,166,48). Sum of RGB (Red+Green+Blue) = 236+166+48=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA630 is #1359CF. Grayscale: #AEAEAE. Windows color (decimal): -1268176 or 3188460. OLE color: 3188460.

HSL color Cylindrical-coordinate representation of color #ECA630: hue angle of 37.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECA630 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 48 -
CMYK 0 0.30 0.80 0.07
HSL 37.66º 0.83% 0.56% -
HSV(B) 37.66º 0.8% 0.93% -
XYZ 48.76 45.32 8.97 -
YUV 173.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 236 166 48 0 0.30 0.80 0.07 37.66 0.83 0.56
Hex EC A6 30 0 1E 50 7 26 53 38
Octal 354 246 60 0 36 120 7 46 123 70
Binary 11101100 10100110 110000 0 11110 1010000 111 100110 1010011 111000

Color Harmonies of #ECA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA630

Black with #ECA630

Text Example


Text Example

White with #ECA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA630; }

 p { color: rgb(236,166,48); }

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

background-color css

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

 a { background-color: rgb(236,166,48); }

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

border-color css

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

 span { border-color: rgb(236,166,48); }

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