Html Css Color HEX #EFB630 Bright Sun

📋 copy color: '#EFB630'

red 239 ◦ green 182 ◦ blue 48

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

Shades of Bright Sun #EFB630

Tints of Bright Sun #EFB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 50.96%
G = 38.81%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB630 (or 0xEFB630) is known color: Bright Sun. HEX triplet: EF, B6 and 30. RGB value is (239,182,48). Sum of RGB (Red+Green+Blue) = 239+182+48=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB630 is #1049CF. Grayscale: #B8B8B8. Windows color (decimal): -1067472 or 3192559. OLE color: 3192559.

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

Color convert

RGB 239 182 48 -
CMYK 0 0.24 0.80 0.06
HSL 42.09º 0.86% 0.56% -
HSV(B) 42.09º 0.8% 0.94% -
XYZ 52.86 52.02 10.05 -
YUV 183.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 239 182 48 0 0.24 0.80 0.06 42.09 0.86 0.56
Hex EF B6 30 0 18 50 6 2A 56 38
Octal 357 266 60 0 30 120 6 52 126 70
Binary 11101111 10110110 110000 0 11000 1010000 110 101010 1010110 111000

Color Harmonies of #EFB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB630

Black with #EFB630

Text Example


Text Example

White with #EFB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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