Html Css Color HEX #EFB92A Bright Sun

📋 copy color: '#EFB92A'

red 239 ◦ green 185 ◦ blue 42

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

Shades of Bright Sun #EFB92A

Tints of Bright Sun #EFB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 51.29%
G = 39.7%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFB92A (or 0xEFB92A) is known color: Bright Sun. HEX triplet: EF, B9 and 2A. RGB value is (239,185,42). Sum of RGB (Red+Green+Blue) = 239+185+42=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB92A is #1046D5. Grayscale: #B9B9B9. Windows color (decimal): -1066710 or 2800111. OLE color: 2800111.

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

Color convert

RGB 239 185 42 -
CMYK 0 0.23 0.82 0.06
HSL 43.55º 0.86% 0.55% -
HSV(B) 43.55º 0.82% 0.94% -
XYZ 53.36 53.22 9.65 -
YUV 184.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 239 185 42 0 0.23 0.82 0.06 43.55 0.86 0.55
Hex EF B9 2A 0 17 52 6 2C 56 37
Octal 357 271 52 0 27 122 6 54 126 67
Binary 11101111 10111001 101010 0 10111 1010010 110 101100 1010110 110111

Color Harmonies of #EFB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB92A

Black with #EFB92A

Text Example


Text Example

White with #EFB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB92A; }

 p { color: rgb(239,185,42); }

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

background-color css

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

 a { background-color: rgb(239,185,42); }

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

border-color css

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

 span { border-color: rgb(239,185,42); }

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