Html Css Color HEX #EFB030 Bright Sun

📋 copy color: '#EFB030'

red 239 ◦ green 176 ◦ blue 48

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

Shades of Bright Sun #EFB030

Tints of Bright Sun #EFB030

RGB

 RED value IS 239 (93.75% from 255) = 51.62%

 GREEN value IS 176 (69.14% from 255) = 38.01%

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

R = 51.62%
G = 38.01%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB030 (or 0xEFB030) is known color: Bright Sun. HEX triplet: EF, B0 and 30. RGB value is (239,176,48). Sum of RGB (Red+Green+Blue) = 239+176+48=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB030 is #104FCF. Grayscale: #B4B4B4. Windows color (decimal): -1069008 or 3191023. OLE color: 3191023.

HSL color Cylindrical-coordinate representation of color #EFB030: hue angle of 40.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFB030 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 48 -
CMYK 0 0.26 0.80 0.06
HSL 40.21º 0.86% 0.56% -
HSV(B) 40.21º 0.8% 0.94% -
XYZ 51.66 49.61 9.65 -
YUV 180.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 239 176 48 0 0.26 0.80 0.06 40.21 0.86 0.56
Hex EF B0 30 0 1A 50 6 28 56 38
Octal 357 260 60 0 32 120 6 50 126 70
Binary 11101111 10110000 110000 0 11010 1010000 110 101000 1010110 111000

Color Harmonies of #EFB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB030

Black with #EFB030

Text Example


Text Example

White with #EFB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB030; }

 p { color: rgb(239,176,48); }

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

background-color css

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

 a { background-color: rgb(239,176,48); }

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

border-color css

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

 span { border-color: rgb(239,176,48); }

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