Html Css Color HEX #ECB230 Bright Sun

📋 copy color: '#ECB230'

red 236 ◦ green 178 ◦ blue 48

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

Shades of Bright Sun #ECB230

Tints of Bright Sun #ECB230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

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

R = 51.08%
G = 38.53%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECB230 (or 0xECB230) is known color: Bright Sun. HEX triplet: EC, B2 and 30. RGB value is (236,178,48). Sum of RGB (Red+Green+Blue) = 236+178+48=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB230 is #134DCF. Grayscale: #B5B5B5. Windows color (decimal): -1265104 or 3191532. OLE color: 3191532.

HSL color Cylindrical-coordinate representation of color #ECB230: hue angle of 41.49º 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 #ECB230 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 48 -
CMYK 0 0.25 0.80 0.07
HSL 41.49º 0.83% 0.56% -
HSV(B) 41.49º 0.8% 0.93% -
XYZ 51.05 49.89 9.74 -
YUV 180.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 236 178 48 0 0.25 0.80 0.07 41.49 0.83 0.56
Hex EC B2 30 0 19 50 7 29 53 38
Octal 354 262 60 0 31 120 7 51 123 70
Binary 11101100 10110010 110000 0 11001 1010000 111 101001 1010011 111000

Color Harmonies of #ECB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB230

Black with #ECB230

Text Example


Text Example

White with #ECB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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