Html Css Color HEX #EFBC2E Bright Sun

📋 copy color: '#EFBC2E'

red 239 ◦ green 188 ◦ blue 46

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

Shades of Bright Sun #EFBC2E

Tints of Bright Sun #EFBC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 50.53%
G = 39.75%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFBC2E (or 0xEFBC2E) is known color: Bright Sun. HEX triplet: EF, BC and 2E. RGB value is (239,188,46). Sum of RGB (Red+Green+Blue) = 239+188+46=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC2E is #1043D1. Grayscale: #BBBBBB. Windows color (decimal): -1065938 or 3063023. OLE color: 3063023.

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

Color convert

RGB 239 188 46 -
CMYK 0 0.21 0.81 0.06
HSL 44.15º 0.86% 0.56% -
HSV(B) 44.15º 0.81% 0.94% -
XYZ 54.07 54.51 10.26 -
YUV 187.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 239 188 46 0 0.21 0.81 0.06 44.15 0.86 0.56
Hex EF BC 2E 0 15 51 6 2C 56 38
Octal 357 274 56 0 25 121 6 54 126 70
Binary 11101111 10111100 101110 0 10101 1010001 110 101100 1010110 111000

Color Harmonies of #EFBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC2E

Black with #EFBC2E

Text Example


Text Example

White with #EFBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC2E; }

 p { color: rgb(239,188,46); }

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

background-color css

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

 a { background-color: rgb(239,188,46); }

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

border-color css

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

 span { border-color: rgb(239,188,46); }

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